Assembly: Forms;
The INavigationBarPads interface contains properties and methods that are used to work with the tabs collection of navigation bar.
INavigationBarPads
Use the INavigationBar.Pads property to get the collection of navigation bar tabs.
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. |
Method name | Brief description | |
The Add method adds the specified tab to the tabs collection of a current navigation bar. | ||
The Clear method removes all tabs from the collection. | ||
The Insert method inserts the selected tab to the specified collection location. | ||
The PadIndex method returns tab index in the collection. | ||
The Remove method removes the specified tab from the collection. |
See also: