[]
Specifies how the control processes the keyboard arrow keys in the text box.
public enum AcceptsArrowKeys
Public Enum AcceptsArrowKeys
Name | 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. |