Spread WinForms 15
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

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