NavContentControl
The TcHmiNavigationContent control instance which represents the menu.
![]() | This attribute is obsolete. Please use this attribute: NavContentControlSymbol |
Schema: tchmi:framework#/definitions/Tchmi.Controls.ResponsiveNavigation.TcHmiNavigationContent
Attribute getter
public getNavContentControl(): TcHmi.Controls.ResponsiveNavigation.TcHmiNavigationContent | null | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
TcHmi.Control.ResponsiveNavigation.TcHmiNavigationContent, null, undefined | The current value of the attribute. |
Attribute setter
public setNavContentControl (valueNew: TcHmi.Controls.ResponsiveNavigation.TcHmiNavigationContent | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | TcHmi.Controls.ResponsiveNavigation.TcHmiNavigationContent, null | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from version 1.12 |
