setDropDownStyle
[ Funktion ]
public setDropDownStyle(newValue: 'Classic' | 'Mobile' | null): void;Diese Funktion setzt einen neuen Wert für das Attribut DropDownStyle.
Parameter
Name | Typ | Beschreibung |
|---|---|---|
newValue | 'Classic', 'Mobile', null | Der neue Wert des Attributs. Wird null übergeben, so wirkt der interne Standardwert. |
Rückgabewert
Typ | Beschreibung |
|---|---|
void | Kein Rückgabewert. |
Siehe auch
Attribut-Getter: getDropDownStyle
Herkunft: TcHmiCombobox
![]() | Verfügbar ab Version 1.10 |
