GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / AcceptsArrowKeys Property


In This Topic
AcceptsArrowKeys Property (GcNumberCellType)
In This Topic
Gets or sets how arrow keys are processed by the edit control.
Syntax
'Declaration
 
Public Property AcceptsArrowKeys As AcceptsArrowKeys
 
'Usage
 
Dim instance As GcNumberCellType
Dim value As AcceptsArrowKeys
 
instance.AcceptsArrowKeys = value
 
value = instance.AcceptsArrowKeys
See Also