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


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