AffectedControl

[ Schnittstelle ]

interface AffectedControl {
    controlID: string;
    position: 'Top' | 'Bottom' | 'Left' | 'Right' | 'Center';
    onlyIconsSize: null | number;
}

Eigenschaften

Name

Typ

Beschreibung

controlID

string

Die eindeutige ID des Controls.

position

'Top', 'Bottom', 'Left', 'Right', 'Center'

Die Position des Controls.

onlyIconsSize

nullnumber

Definiert die Breite in Pixeln, die ein Control annimmt, wenn es im 'icons'-Modus angezeigt wird.

AffectedControl 1:

Verfügbar ab Version 1.12.750