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

TcxLookAndFeelController.BeginUpdate Method

Postpones all control repaint operations that reflect look & feel setting changes made in the controller.

Declaration

procedure BeginUpdate;

Remarks

Every time a Kind, NativeStyle, ScrollbarMode, ScrollMode, RenderMode, or SkinName property value changes, the controller repaints all affected DevExpress controls in an application to reflect the change. Enclose multiple look & feel setting changes between the BeginUpdate and EndUpdate procedure calls to avoid excessive repaint operations.

Note

Ensure that every BeginUpdate procedure call is followed by an EndUpdate call, even if an exception occurs.

See Also