ComboboxDropDownStyle
„Classic“ ist ein Drop-down-Feld im Desktop-Stil unter dem Control. „Mobile“ ist eine zentrierte Vollbildansicht.
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiCombobox.DropDownStyle
Attribut-Getter
public getComboboxDropDownStyle(): TcHmiCombobox.DropDownStyle as keyof typeof TcHmiCombobox.DropDownStyle | undefined;Parameter
Name | Typ | Beschreibung |
|---|---|---|
- | - | - |
Rückgabewert
Typ | Beschreibung |
|---|---|
TcHmiCombobox.DropDownStyle as keyof typeof TcHmiCombobox.DropDownStyle, undefined | Der aktuelle Wert des Attributs. |
Attribut-Setter
public setComboboxDropDownStyle(valueNew: TcHmiCombobox.DropDownStyle | keyof typeof TcHmiCombobox.DropDownStyle | null: void;Parameter
Name | Typ | Beschreibung |
|---|---|---|
valueNew | TcHmiCombobox.DropDownStyle, keyof typeof TcHmiCombobox.DropDownStyle, null | Der neue Wert des Attributs. Wird null übergeben, so wirkt der interne Standardwert. |
Rückgabewert
Typ | Beschreibung |
|---|---|
void | Kein Rückgabewert. |
![]() | Verfügbar ab Version 1.12 |
