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


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