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


In This Topic
ButtonMappings Property (DropDownCalculator)
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 DropDownCalculator
Dim value As CalculatorButtonMappingCollection
 
instance.ButtonMappings = value
 
value = instance.ButtonMappings

Property Value

A CalculatorButtonMappingCollection object indicates the button mapping collection.
Remarks
User can add,remove a button mapping relation between the key and button.
See Also