GoDiagram Web Reference
SetModifiable Method (GoView)

This method sets some properties that determine whether the user can modify the document from this view.
Syntax
'Declaration
 
Public Overridable Sub SetModifiable( _
   ByVal b As Boolean _
) 
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback