AffectedControl
[ Interface ]
interface AffectedControl {
controlID: string;
position: 'Top' | 'Bottom' | 'Left' | 'Right' | 'Center';
onlyIconsSize: null | number;
}Properties
Name | Type | Description |
|---|---|---|
controlID | The unique ID of the control. | |
position | 'Top', 'Bottom', 'Left', 'Right', 'Center' | The position of the control. |
onlyIconsSize | Defines the width in pixels that a control assumes when it is displayed in 'icons' mode. |
![]() | Available from version 1.12.750 |
