GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoDrawView Class / RemoveObjectCursors Method
In This Topic
    RemoveObjectCursors Method
    In This Topic
    Remove the "...ObjectCursor" cursors for representing an object from their corresponding rulers.
    Syntax
    public virtual void RemoveObjectCursors()
    Remarks
    This is called by various tools when stopping, that had called AddObjectCursors when starting.
    See Also