GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDocument Class
/ SetModifiable Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
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
Reference
GoDocument Class
GoDocument Members