Spread Windows Forms 17
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
    public Graphics g
    See Also