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


In This Topic
SideButtons Property (GcTextBox)
In This Topic
Gets the sideButtons of this GcTextBox.
Syntax
'Declaration
 
Public ReadOnly Property SideButtons As SideButtonCollection
 
'Usage
 
Dim instance As GcTextBox
Dim value As SideButtonCollection
 
value = instance.SideButtons

Property Value

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