Wimark.Controls Class Library  

Editor.PerformInvalidate(Rectangle) Method

Raises the Invalidate event.

[Visual Basic]
Overloads Protected Sub PerformInvalidate( _
   ByVal rect As Rectangle _
)
 
[C#]
protected void PerformInvalidate( 
   Rectangle rect 
);
[C++]
protected: void PerformInvalidate( 
   Rectangle rect 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

Editor Class | Editor Members | Wimark.Controls.Editors Namespace