setButtonPosition
[ Funktion ]
public setButtonPosition(newValue: 'BothLeft' | 'BothRight' | 'PlusLeftAndMinusRight' | 'MinusLeftAndPlusRight' | null): void;
Diese Funktion setzt einen neuen Wert für das Attribut ButtonPosition.
Parameter
Name | Typ | Beschreibung |
---|---|---|
newValue | 'BothLeft', 'BothRight', 'PlusLeftAndMinusRight', 'MinusLeftAndPlusRight', 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: getLabelPosition
Herkunft: TcHmiSpinboxInput
Verfügbar ab Version 1.12.744 |