INavigationBar.BeginUpdate

Syntax

BeginUpdate;

Description

The BeginUpdate method disables rerendering of component contents.

Comments

Resuming of component rerendering and applying of all changes is made by means of the EndUpdate method.

Example

The example of use is given in description of the Pads property.

See also:

INavigationBar