Spread Windows Forms 12.0 Product Documentation
ButtonWidth Property (SideButtonBaseInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonBaseInfo Class : ButtonWidth Property
Gets or sets the width of the side button.
Syntax
'Declaration
 
Public Property ButtonWidth As Integer
'Usage
 
Dim instance As SideButtonBaseInfo
Dim value As Integer
 
instance.ButtonWidth = value
 
value = instance.ButtonWidth
public int ButtonWidth {get; set;}

Property Value

A 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

SideButtonBaseInfo Class
SideButtonBaseInfo Members