INavigationBarPads

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms

Description

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

Inheritance hierarchy

INavigationBarPads

Comments

Use the INavigationBar.Pads property to get a collection of navigation panel tabs.

Properties inherited from INavigationBarPadList

  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.

Methods

  Method name Brief description
The Add method adds the specified tab to the tabs collection of a current navigation panel.
The Clear method removes all tabs from a collection.
The Insert method inserts the selected tab to the specified collection location.
The PadIndex method returns an index of the tab in collection.
The Remove method removes the specified tab from the collection.

See also:

Forms Assembly Interfaces