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


In This Topic
SideButtons Property (GcComboBoxCellType)
In This Topic
Gets or sets the SideButton collection.
Syntax
'Declaration
 
Public Property SideButtons As SideButtonCollectionInfo
 
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As SideButtonCollectionInfo
 
instance.SideButtons = value
 
value = instance.SideButtons

Property Value

A SideButtonCollectionInfo instance that indicates the SideButtonBase collection.
Remarks
The SideButtons can be added or removed. Buttons include DropDownButton, SpinButton, SideButton, and SymbolButton.
See Also