GoDiagram Web Reference
BeginUpdateViews Method

Cause all views to stop painting.
Syntax
'Declaration
 
Public Sub BeginUpdateViews() 
public void BeginUpdateViews()
Remarks
This uses the BeginUpdateAllViews hint. GoView.OnDocumentChanged will detect this hint and call GoView.BeginUpdate. Note that preventing views from painting does not keep them from receiving and handling Changed events, nor does it interfere with any other event handlers or with any UndoManager. This is only useful for Windows Forms.
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

GoDocument Class
GoDocument Members
EndUpdateViews Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback