Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButtonPaintArgs Structure / backColor Field


In This Topic
backColor Field (FpButtonPaintArgs)
In This Topic
Background color for the button.
Syntax
'Declaration
 
Public backColor As Color
 
'Usage
 
Dim instance As FpButtonPaintArgs
Dim value As Color
 
value = instance.backColor
 
instance.backColor = value
See Also