MultiSelect for WinForms
InitialSelectionEnum 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : InitialSelectionEnum 列挙体
Used by C1TextBox.InitialSelection property.
シンタックス
'宣言
 
Public Enum InitialSelectionEnum 
   Inherits System.Enum
public enum InitialSelectionEnum : System.Enum 
メンバ
メンバ解説
CaretAtEndNothing selected, the caret is moved at the end of the text.
CaretAtStartNothing selected, the caret is moved at the beginning of the text.
SelectAllThe whole text is selected.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.InitialSelectionEnum

参照

C1.Win.C1Input 名前空間