IToolbar.BeginUpdate

Syntax

BeginUpdate;

Description

The BeginUpdate method disables rerendering of the ToolBar component.

Comments

The method is used to prevent blinking of the component when its properties are changed. This method is used together with the EndUpdate method.

See also:

IToolbar