'DeclarationPublic Enum AcceptsArrowKeys Inherits System.Enum
'UsageDim instance As AcceptsArrowKeys
public enum AcceptsArrowKeys : System.Enum
'DeclarationPublic Enum AcceptsArrowKeys Inherits System.Enum
'UsageDim instance As AcceptsArrowKeys
public enum AcceptsArrowKeys : System.Enum
| Member | Description |
|---|---|
| AllArrows | Processes all the keyboard arrow keys (like Arrows and CtrlArrows combined). |
| AllArrowsIgnoringMultiline | Processes all the keyboard arrow keys regardless of the Multiline property setting. |
| Arrows | Processes the keyboard arrow keys but not with the Ctrl key. |
| CtrlArrows | Processes the keyboard arrow keys only when the Ctrl key is also pressed. |
| None | Does not process any of the arrow keys. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.SuperEdit.AcceptsArrowKeys