GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDocument Class
/ UpdateViews Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
UpdateViews Method
In This Topic
Cause all views to repaint their invalidated areas.
Syntax
C#
public
void
UpdateViews()
Remarks
This uses the
UpdateAllViews
hint.
GoView.OnDocumentChanged
will detect this hint and call
Control.Update
. This is only useful for Windows Forms.
See Also
Reference
GoDocument Class
GoDocument Members