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


In This Topic
g Field
In This Topic
Graphics device for the button.
Syntax
'Declaration
 
Public g As Graphics
 
'Usage
 
Dim instance As FpButtonPaintArgs
Dim value As Graphics
 
value = instance.g
 
instance.g = value
See Also