INavigationBar.EndUpdate

Syntax

EndUpdate;

Description

The EndUpdate method resumes component contents rerendering.

Comments

After this method is called, all changes made between calling of the BeginUpdate and EndUpdate methods are rendered.

Example

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

See also:

INavigationBar