TTMSFNCNavigationPanelItem Class
A single item in the navigation panel, with a label, bitmaps, badge, kind (full panel or button), and an associated content container panel.
API unit family: TMSFNCNavigationPanel
Inherits from: TCollectionItem
Syntax
TTMSFNCNavigationPanelItem = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Badge | Badge text displayed in the corner of the item header. |
| Bitmaps | Scaled bitmaps shown on the item header. |
| CompactText | Short text shown in the compact button-row view of this item. |
| Container | The panel container that holds this item's expandable content. |
| Enabled | When False, the item header is grayed out and cannot be clicked. |
| Hint | Tooltip shown when hovering over the item header. |
| Kind | Controls whether this item displays as a full expandable panel or as a compact button. |
| Text | Label text shown in the item's header bar; supports HTML formatting. |
| Visible | When False, the item is hidden from the navigation panel. |
Methods
| Name | Description |
|---|---|
| NavigationPanel | Returns the navigation panel that owns this item. |