Assembly: Forms;
Namespace: Prognoz.Platform.Interop.Forms
The INavigationBarPad interface contains tab properties displayed in the navigation panel area.
INavigationBarPad
The tab properties can be obtained in the INavigationBar.ActivePad, INavigationBarPadList.Item or INavigationBarPadList.ItemById property.
| Property name | Brief description | |
| The Content property returns parameters of the panel binded to that tab. | ||
| The Expanded property determines whether the current tab is expanded. | ||
| The Header property returns parameters of the tab header. | ||
| The IsSystem property returns whether the tab is a system one. | ||
| The SystemId property returns identifier of the system tab. | ||
| The Visible property determines the criterion of the tab visibility in the navigation bar area. |
See also: