MenuBarPosition
Definiert die Position der Menüleiste.
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.AuditTrailUtils.TcHmiAuditTrailGrid.MenuBarPosition
Attribut-Getter
public getMenubarPosition(): 'Top' | 'Right' | 'Bottom' | 'Left' | undefined;Parameter
Name | Typ | Beschreibung |
|---|---|---|
- | - | - |
Rückgabewert
Typ | Beschreibung |
|---|---|
'Top', 'Right', 'Bottom', 'Left', undefined | Der aktuelle Wert des Attributs. |
Attribut-Setter
public setMenubarPosition(valueNew: 'Top' | 'Right' | 'Bottom' | 'Left' | null): void;Parameter
Name | Typ | Beschreibung |
|---|---|---|
valueNew | 'Top', 'Right', 'Bottom', 'Left', 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.14.3.130 |
