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


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