Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMask Class / SideButtons Property


In This Topic
SideButtons Property (GcMask)
In This Topic
Gets a collection of side buttons.
Syntax
'Declaration
 
Public ReadOnly Property SideButtons As SideButtonCollection
 
'Usage
 
Dim instance As GcMask
Dim value As SideButtonCollection
 
value = instance.SideButtons

Property Value

A SideButtonCollection indicates the collection.
Remarks
The SideButtons can be added or removed more commend buttons. Includs the DropDownButton, the SpinButton, the SideButtonand the SymbolButton.
See Also