ITabInfo Properties
Contains information about a tab.| Name | Description |
|---|---|
| AllowClose | Identifies whether users can close the tab. |
| CssClass | Returns a CSS class or classes assigned to the tab. |
| Enabled | Identifies whether the tab or tab page is enabled. |
| Id | Returns the tab identifier. |
| TabIconCssClass | Returns a CSS class applied to the tab icon. |
| TabIconUrl | Returns the tab’s icon URL. |
| Text | Returns the text displayed in the tab. |
| Tooltip | Returns the tab’s tooltip text. |
| Visible | Identifies whether the tab is visible. |
| VisibleIndex | Returns the tab’s visible index. |
See Also