INavigationBarPadList

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms;

Description

The INavigationBarPads interface contains properties and methods used to work with tab collection of navigation panel.

Inheritance hierarchy

INavigationBarPadList

Comments

Collection of tabs is returned by the IWidget.Pads property.

Properties

  Property name Brief description
Count The Count property returns the number of tabs in 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

Related work items

Requirement