Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / SideButtons Property


In This Topic
    SideButtons Property (GcNumber)
    In This Topic
    Gets the side buttons of the GcNumber control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SideButtons As SideButtonCollection
    'Usage
     
    
    Dim instance As GcNumber
    Dim value As SideButtonCollection
     
    value = instance.SideButtons
    public SideButtonCollection SideButtons {get;}

    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