Skip to main content
A newer version of this page is available. .

DocumentManager.Invalidate(Rectangle) Method

Invalidates the specified region occupied by the DocumentManager (adds it to the update region that will be repainted during the next paint operation), and causes a paint message to be sent to the DocumentManager.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public void Invalidate(
    Rectangle rect
)

Parameters

Name Type Description
rect Rectangle

A System.Drawing.Rectangle structure that is the region to be invalidated.

See Also