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


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