GoDiagram Web Reference
InvalidateViews Method (GoObject)

Cause all views to repaint this object when they get a chance.
Syntax
'Declaration
 
Public Sub InvalidateViews() 
public void InvalidateViews()
Remarks
This calls Changed with a RepaintAll subhint. You will only need to call this if you have overridden Paint and the area that you paint extends beyond the regular Bounds. The primary usage is before making any change that affects only the paint bounds, as determined by ExpandPaintBounds.
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

GoObject Class
GoObject Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback