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


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