MenuBarPosition
Die Position der Menüleiste. Entweder am oberen oder am unteren Rand des Controls.
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiFileExplorer.MenuBarPosition
Attribut-Getter
public getMenuBarPosition(): 'Top' | 'Bottom' | undefined;Parameter
Name | Typ | Beschreibung |
|---|---|---|
- | - | - |
Rückgabewert
Typ | Beschreibung |
|---|---|
'Top', 'Bottom', undefined | Der aktuelle Wert des Attributs. |
Attribut-Setter
public setMenuBarPosition(valueNew: 'Top' | 'Bottom' | null): void;Parameter
Name | Typ | Beschreibung |
|---|---|---|
valueNew | 'Top', 'Bottom', null | Der neue Wert des Attributs. Wird null übergeben, so wirkt der interne Standardwert. |
Rückgabewert
Typ | Beschreibung |
|---|---|
void | Kein Rückgabewert |
![]() | Verfügbar ab Version 1.12.754 |
