FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / AcceptsArrowKeys Property


In This Topic
AcceptsArrowKeys Property (InputTextBox)
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 InputTextBox
Dim value As AcceptsArrowKeys
 
instance.AcceptsArrowKeys = value
 
value = instance.AcceptsArrowKeys
See Also