INavigationBar.BeginUpdate

Syntax

BeginUpdate;

Description

The BeginUpdate method disables rerendering of the component contents.

Comments

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

Example

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

See also:

INavigationBar