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