DropDownStyle

Defines the position of the drop-down menu.

Schema (version 1.10): tchmi:framework#/definitions/DropDownStyle

Schema (version 1.12): tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiCombobox.DropDownStyle

Attribute getter

public getDropDownStyle():'Classic' | 'Mobile' | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

'Classic', 'Mobile', undefined

The current value of the attribute.

Attribute setter

public setDropDownStyle(valueNew: 'Classic' | 'Mobile' | null): void;

Parameter

Name

Type

Description

valueNew

'Classic', 'Mobile', null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

DropDownStyle 1:

Available from version 1.10