getMenuBarPosition
[ Function ]
public getMenubarPosition(): 'Top' | 'Right' | 'Bottom' | 'Left';
This function returns the currently set value for the MenuBarPosition attribute.
Parameter
Name | Type | Description |
---|---|---|
- | - | - |
Return value
Type | Description |
---|---|
'Top' | 'Right' | 'Bottom' | 'Left' | The current value of the attribute. |
See also
Attribute setter: setMenuBarPosition
Origin: TcHmiEventGrid
Available from version 1.10 |