GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoOverviewRectangle Class / AddSelectionHandles Method
In This Topic
    AddSelectionHandles Method (GoOverviewRectangle)
    In This Topic
    The overview rectangle should only appear selected if the GoOverview supports resizing (i.e. GoView.AllowSelect and GoView.AllowResize are true), and even then the handles will not be seen since their GoHandle.GoHandleStyle is GoHandleStyle.None.
    Syntax
    public override void AddSelectionHandles( 
       GoSelection sel,
       GoObject selectedObj
    )

    Parameters

    sel
    selectedObj
    See Also