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


In This Topic
ButtonMarginColor Property
In This Topic
Gets or sets the margin color between the button and the text in the edit control.
Syntax
'Declaration
 
Public Overridable Property ButtonMarginColor As Color
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Color
 
instance.ButtonMarginColor = value
 
value = instance.ButtonMarginColor
See Also