Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonBase Class / ButtonWidth Property


In This Topic
    ButtonWidth Property (SideButtonBase)
    In This Topic
    Gets or sets the width of the side button.
    Syntax
    'Declaration
     
    
    Public Property ButtonWidth As Integer
    'Usage
     
    
    Dim instance As SideButtonBase
    Dim value As Integer
     
    instance.ButtonWidth = value
     
    value = instance.ButtonWidth
    public int ButtonWidth {get; set;}

    Property Value

    An System.Int32 value that indicates the width of the side button.
    Remarks
    The value of this property retrieves the width of the SideButtonBase.
    See Also