MenuBarPosition
Defines the position of the menu bar.
Schema (version 1.10): tchmi:framework#/definitions/EventGridMenuBarPosition
Schema (version 1.12): tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiEventGrid.EventGridMenuBarPosition
Attribute getter
public getMenubarPosition(): 'Top' | 'Right' | 'Bottom' | 'Left' | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
'Top', 'Right', 'Bottom', 'Left', undefined | The current value of the attribute. |
Attribute setter
public setMenubarPosition(valueNew: 'Top' | 'Right' | 'Bottom' | 'Left' | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | 'Top', 'Right', 'Bottom', 'Left', 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.10 |
