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


In This Topic
ShortcutKeys Property (GcNumberCellType)
In This Topic
Gets the InputMan EditingControl's shortcuts.
Syntax
'Declaration
 
Public Property ShortcutKeys As ShortcutDictionary
 
'Usage
 
Dim instance As GcNumberCellType
Dim value As ShortcutDictionary
 
instance.ShortcutKeys = value
 
value = instance.ShortcutKeys

Property Value

A ShortcutDictionary value that represents all the editing control's shortcuts.
Remarks
You can add some shortcuts to this dictionary, in edit mode, these shortcuts can be used like the InputMan control.
See Also