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


In This Topic
ButtonMax Property
In This Topic
Gets or sets the maximum value for the button index in the edit control.
Syntax
'Declaration
 
Public Overridable Property ButtonMax As Integer
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Integer
 
instance.ButtonMax = value
 
value = instance.ButtonMax
See Also