'Declaration Public Enum MoveUnit Inherits System.Enum
public enum MoveUnit : System.Enum
'Declaration Public Enum MoveUnit Inherits System.Enum
public enum MoveUnit : System.Enum
Member | Description |
---|---|
Character | Move by characters. |
EndOfWord | Move the pointer to the end of the next word. |
StartOfWord | Move the pointer to the beginning of the next word. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Editor.MoveUnit