AffectedControl

[ Interface ]

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

Properties

Name

Type

Description

controlID

string

The unique ID of the control.

position

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

The position of the control.

onlyIconsSize

nullnumber

Defines the width in pixels that a control assumes when it is displayed in 'icons' mode.

AffectedControl 1:

Available from version 1.12.750