GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / SetModifiable Method
In This Topic
    SetModifiable Method (GoDocument)
    In This Topic
    This method sets some properties that determine whether the user can modify the document from any view.
    Syntax
    public virtual void SetModifiable( 
       bool b
    )

    Parameters

    b
    Remarks
    By default this just sets the AllowMove, AllowResize, AllowReshape, AllowDelete, AllowInsert, AllowLink, and AllowEdit properties. You may want to override this in order to also control other properties you may have defined that govern the user's ability to modify this document.
    See Also