Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonBaseInfo Class / ButtonWidth Property


In This Topic
ButtonWidth Property (SideButtonBaseInfo)
In This Topic
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

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