INavigationBarPadList

Assembly: Forms;

Description

The INavigationBarPads interface contains properties and methods that are used to work with the tabs collection of navigation bar.

Inheritance Hierarchy

INavigationBarPadList

Comments

The tabs collection is returned by the IWidget.Pads property.

Properties

  Property name Brief description
Count The Count property returns the number of tabs in the collection.
Item The Item property returns tab parameters with the specified index.
ItemById The ItemById property returns parameters of the tab with the specified identifier.

See also:

Forms Assembly Interfaces