Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / AcceptsArrowKeys Enumeration


AcceptsArrowKeys Enumeration
Specifies how the control processes the keyboard arrow keys in the text box.
Syntax
'Declaration
 
Public Enum AcceptsArrowKeys 
   Inherits System.Enum
 
'Usage
 
Dim instance As AcceptsArrowKeys
Members
MemberDescription
AllArrowsProcesses all the keyboard arrow keys (like Arrows and CtrlArrows combined).
AllArrowsIgnoringMultilineProcesses all the keyboard arrow keys regardless of the Multiline property setting.
ArrowsProcesses the keyboard arrow keys but not with the Ctrl key.
CtrlArrowsProcesses the keyboard arrow keys only when the Ctrl key is also pressed.
NoneDoes not process any of the arrow keys.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.SuperEdit.AcceptsArrowKeys

See Also