Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonMappingCollection Class / Keys Property


In This Topic
Keys Property (CalculatorButtonMappingCollection)
In This Topic
Gets the keys object.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Keys As Keys()
 
'Usage
 
Dim instance As CalculatorButtonMappingCollection
Dim value() As Keys
 
value = instance.Keys

Property Value

A System.Windows.Forms.Keys array value.
See Also