TabPanelModel Properties
Describes the Viewer’s Tab Panel.Name | Description |
---|---|
ActiveTab | Gets the active tab in the Tab Panel. |
ActiveTabIndex | Specifies the index of the tab that is currently active. |
Collapsed | Specifies whether the tab panel is collapsed. |
Item[TabContentKind] | Returns the specified tab panel. |
Tabs | Provides access to the collection of tabs that the tab panel contains. |
Visible | Determines whether the tab panel contains a visible tab. |
See Also