Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ButtonWidthPriv Property


In This Topic
ButtonWidthPriv Property
In This Topic
Internal use only. Gets or sets the button width.
Syntax
'Declaration
 
Protected Overridable Property ButtonWidthPriv As Integer
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Integer
 
instance.ButtonWidthPriv = value
 
value = instance.ButtonWidthPriv
See Also