Assembly: Forms;
Namespace: Prognoz.Platform.Interop.Forms;
The INavigationBarPads interface contains properties and methods that are used to work with the tabs collection of navigation bar.
INavigationBarPadList
The tabs collection is returned by the IWidget.Pads property.
| 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:
Related work items
Requirement