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