ToolBar.beginUpdate

Syntax

beginUpdate();

Description

The beginUpdate method disables redrawing of the tool bar till the endUpdate method is called.

Example

The example of method use is given in description of the ToolBar.removeItems method.

See also:

ToolBar