'宣言 Public Enum InitialSelectionEnum Inherits System.Enum
public enum InitialSelectionEnum : System.Enum
'宣言 Public Enum InitialSelectionEnum Inherits System.Enum
public enum InitialSelectionEnum : System.Enum
メンバ | 解説 |
---|---|
CaretAtEnd | Nothing selected, the caret is moved at the end of the text. |
CaretAtStart | Nothing selected, the caret is moved at the beginning of the text. |
SelectAll | The whole text is selected. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Input.InitialSelectionEnum