'Declaration Public Enum ExitOnLeftRightKey Inherits System.Enum
'Usage Dim instance As ExitOnLeftRightKey
public enum ExitOnLeftRightKey : System.Enum
'Declaration Public Enum ExitOnLeftRightKey Inherits System.Enum
'Usage Dim instance As ExitOnLeftRightKey
public enum ExitOnLeftRightKey : System.Enum
Member | Description |
---|---|
Both | Move to the previous/next control when press Left/Right or Ctrl+Left/Ctrl+Right keys on the first/last character of the control. |
Left | Move to the previous control when press left or Ctrl+Left keys on the first character of the control. |
None | No action. |
Right | Move to the next control when press right or Ctrl+Right keys on the last character of the control. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.CellType.Editors.ExitOnLeftRightKey