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


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