Table of Contents

Method Invalidate

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

Invalidate()

When implemented by a class, invalidates the entire client area of the control.

void Invalidate()

Invalidate(Rectangle)

When implemented by a class, invalidates a specific region of the control.

void Invalidate(Rectangle rect)

Parameters

rect Rectangle

A Rectangle object that represents the region to invalidate.

Invalidate(Region)

When implemented by a class, invalidates a specific region of the control.

void Invalidate(Region region)

Parameters

region Region

The Region to invalidate.

Invalidate(Region, bool)

When implemented by a class, invalidates a specific region of the control.

void Invalidate(Region region, bool invalidateChildren)

Parameters

region Region

The Region to invalidate.

invalidateChildren bool

True to invalidate the control's child controls; otherwise, false.