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


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