Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / AcceptsArrowKeys Property


In This Topic
AcceptsArrowKeys Property (SEditTextBox)
In This Topic
Gets or sets the property which determines if this control processes the Up arrow and Down arrow keys.
Syntax
'Declaration
 
Public Property AcceptsArrowKeys As AcceptsArrowKeys
 
'Usage
 
Dim instance As SEditTextBox
Dim value As AcceptsArrowKeys
 
instance.AcceptsArrowKeys = value
 
value = instance.AcceptsArrowKeys
See Also