GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / CanResizeObjects Method
In This Topic
    CanResizeObjects Method (GoDocument)
    In This Topic
    Called to see if the user can resize selected objects in this document.
    Syntax
    public virtual bool CanResizeObjects()
    Remarks
    By default this just returns AllowResize, This property is used by GoToolResizing.
    See Also