Spread Windows Forms 12.0 Product Documentation
ButtonWidth Property (SideButtonBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonBase Class : ButtonWidth Property
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

Reference

SideButtonBase Class
SideButtonBase Members