GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoButton Class / PaintButton Method
In This Topic
    PaintButton Method
    In This Topic
    This method is called by Paint to display any button state, such as whether it is "pressed".
    Syntax
    protected virtual void PaintButton( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view
    See Also