Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculator Class / ButtonMappings Property


In This Topic
ButtonMappings Property (PopUpCalculator)
In This Topic
Gets or sets the whether the shortcut key for the button item.
Syntax
'Declaration
 
Public Property ButtonMappings As CalculatorButtonMappingCollection
 
'Usage
 
Dim instance As PopUpCalculator
Dim value As CalculatorButtonMappingCollection
 
instance.ButtonMappings = value
 
value = instance.ButtonMappings

Property Value

A CalculatorButtonMappingCollection object indicates the button mapping collection.
See Also