'Declaration
Public Enum FlagArrowKeys Inherits System.Enum
'Usage
Dim instance As FlagArrowKeys
public enum FlagArrowKeys : System.Enum
'Declaration
Public Enum FlagArrowKeys Inherits System.Enum
'Usage
Dim instance As FlagArrowKeys
public enum FlagArrowKeys : System.Enum
Member | Description |
---|---|
All | Allows moving in all directions while editing cell |
Down | Allows moving down while editing cell |
Left | Allows moving left while editing cell |
None | Does not allow moving while editing the cell |
Right | Allows moving right while editing cell |
Up | Allows moving up while editing cell |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.FlagArrowKeys