ComboboxDropDownStyle
"Classic" is a desktop-style drop-down field under the control. "Mobile" is a centered full-screen view.
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiCombobox.DropDownStyle
Attribute getter
public getComboboxDropDownStyle(): TcHmiCombobox.DropDownStyle as keyof typeof TcHmiCombobox.DropDownStyle | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
TcHmiCombobox.DropDownStyle as keyof typeof TcHmiCombobox.DropDownStyle, undefined | The current value of the attribute. |
Attribute setter
public setComboboxDropDownStyle(valueNew: TcHmiCombobox.DropDownStyle | keyof typeof TcHmiCombobox.DropDownStyle | null: void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | TcHmiCombobox.DropDownStyle, keyof typeof TcHmiCombobox.DropDownStyle, 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.12 |
