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


In This Topic
ButtonStyle Property (SuperEditBase)
In This Topic
Gets or sets the type of button to display in the edit control.
Syntax
'Declaration
 
Public Overridable Property ButtonStyle As ButtonStyle
 
'Usage
 
Dim instance As SuperEditBase
Dim value As ButtonStyle
 
instance.ButtonStyle = value
 
value = instance.ButtonStyle
See Also