'Declaration Public Enum ProcessNavigationKeys Inherits System.Enum
'Usage Dim instance As ProcessNavigationKeys
public enum ProcessNavigationKeys : System.Enum
'Declaration Public Enum ProcessNavigationKeys Inherits System.Enum
'Usage Dim instance As ProcessNavigationKeys
public enum ProcessNavigationKeys : System.Enum
Member | Description |
---|---|
Default | The control selects the proper navigation mode based on the type of begin edit action. |
Editor | Specifies that the arrow key moves the caret in the text editor. |
ExitEditor | Specifies that the arrow key navigates the cell. |
ExitEditorAtEnds | Moves the caret in the text editor; if the caret is before the first character or after the last character, pressing the left or right key moves the active cell, and if the caret is in the first line or last line, pressing the up or down key moves the active cell. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.CellType.ProcessNavigationKeys