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


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

Property Value

A SideButtonCollection value that indicates the collection.
Remarks
The SideButtons can be added or removed. Includes the DropDownButton, the SpinButton, the SideButton, and the SymbolButton.
See Also