DropDownStyle
Defines the position of the drop-down menu.
- "Desktop" is the classic representation at the position of the control.
- "Mobile" is the representation in the middle of an overlay in the screen, which is separated from the background.
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. |
![]() | Available from version 1.10 |
