GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCollapsibleHandle Class / PaintHandle Method
In This Topic
    PaintHandle Method
    In This Topic
    The appearance of this handle depends on the IGoCollapsible.Collapsible and IGoCollapsible.IsExpanded properties.
    Syntax
    protected virtual void PaintHandle( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view
    Remarks
    If the parent is not IGoCollapsible.Collapsible, this draws a circle inside the rectangle. Otherwise, the appearance depends on the value of Style.
    See Also