MenuBarPosition
Defines the position of the menu bar.
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.AuditTrailUtils.TcHmiAuditTrailGrid.MenuBarPosition
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 since version 1.14.3.130 |
