ControlDesigner.Invalidate Method (Rectangle)

Invalidates the specified area of the control that is displayed on the design surface and signals the control designer to redraw the control.

Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)

public:
void Invalidate (
	Rectangle rectangle
)
public void Invalidate (
	Rectangle rectangle
)
public function Invalidate (
	rectangle : Rectangle
)
Not applicable.

Parameters

rectangle

A Rectangle object that represents the area to invalidate, relative to the upper-left corner of the control.

To enable the control designer to handle paint events, use the SetViewFlags method in the Initialize method.

The Invalidate method provides the design host with a way to instruct the control designer to redraw a specific part of the control.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: