GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / UpdateViews Method
In This Topic
    UpdateViews Method
    In This Topic
    Cause all views to repaint their invalidated areas.
    Syntax
    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