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


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