GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / SetModifiable Method
In This Topic
    SetModifiable Method (GoView)
    In This Topic
    This method sets some properties that determine whether the user can modify the document from this 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 the view's document.
    See Also