Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / SideButtons Property


In This Topic
    SideButtons Property (GcComboBox)
    In This Topic
    Gets or the SideButton collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SideButtons As SideButtonCollection
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As SideButtonCollection
     
    value = instance.SideButtons
    public SideButtonCollection SideButtons {get;}

    Property Value

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