AffectedControl
[ Schnittstelle ]
interface AffectedControl {
controlID: string;
position: 'Top' | 'Bottom' | 'Left' | 'Right' | 'Center';
onlyIconsSize: null | number;
}Eigenschaften
Name | Typ | Beschreibung |
|---|---|---|
controlID | Die eindeutige ID des Controls. | |
position | 'Top', 'Bottom', 'Left', 'Right', 'Center' | Die Position des Controls. |
onlyIconsSize | Definiert die Breite in Pixeln, die ein Control annimmt, wenn es im 'icons'-Modus angezeigt wird. |
![]() | Verfügbar ab Version 1.12.750 |
