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


In This Topic
backstyle Field
In This Topic
Background style for the button.
Syntax
'Declaration
 
Public backstyle As BackStyle
 
'Usage
 
Dim instance As FpButtonPaintArgs
Dim value As BackStyle
 
value = instance.backstyle
 
instance.backstyle = value
See Also