ToolBar.endUpdate

Syntax

endUpdate();

Description

The endUpdate method enables toolbar redrawing and refreshes it.

Comments

It is used together with the beginUpdate method.

Example

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

See also:

ToolBar