MenuBarPosition
The position of the menu bar. Either at the top or bottom edge of the control.
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiFileExplorer.MenuBarPosition
Attribute getter
public getMenuBarPosition(): 'Top' | 'Bottom' | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
'Top', 'Bottom', undefined | The current value of the attribute. |
Attribute setter
public setMenuBarPosition(valueNew: 'Top' | 'Bottom' | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | 'Top', 'Bottom', 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.754 |
