Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SEditButton Class / BackColor Property


In This Topic
BackColor Property (SEditButton)
In This Topic
Internal use only.
Syntax
'Declaration
 
Public Overrides Property BackColor As Color
 
'Usage
 
Dim instance As SEditButton
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
See Also