Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / AcceptsArrowKeys Property


In This Topic
AcceptsArrowKeys Property (GeneralEditor)
In This Topic
Gets or sets whether to accept arrow keys.
Syntax
'Declaration
 
Public Property AcceptsArrowKeys As AcceptsArrowKeys
 
'Usage
 
Dim instance As GeneralEditor
Dim value As AcceptsArrowKeys
 
instance.AcceptsArrowKeys = value
 
value = instance.AcceptsArrowKeys
See Also