Assembly: Forms;
The INavigationBarPad interface contains properties of the tab displayed in the navigation bar area.
INavigationBarPad
Tab properties can be obtained in the INavigationBar.ActivePad, INavigationBarPadList.Item or INavigationBarPadList.ItemById property.
| Property name | Brief description | |
![]() |
Content | The Content property returns parameters of the panel linked with this tab. |
![]() |
Expanded | The Expanded property determines whether the current tab is expanded. |
![]() |
Header | The Header property returns tab header parameters. |
![]() |
IsSystem | The IsSystem property returns whether the tab is a system one. |
![]() |
SystemId | The SystemId property returns identifier of the system tab. |
![]() |
Visible | The Visible property determines whether the tab is visible in the navigation bar area. |
See also: