GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoButton Class / Paint Method
In This Topic
    Paint Method (GoButton)
    In This Topic
    Call PaintButton in addition to painting the Background, Label, and Icon.
    Syntax
    public override void Paint( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view
    See Also