getButtonPosition
[ Function ]
public getButtonPosition(): 'Left' | 'Right' | undefined;
This function returns the currently set value for the ButtonPosition attribute.
Parameter
Name | Type | Description |
---|---|---|
- | - | - |
Return value
Type | Description |
---|---|
'Left', 'Right', undefined | The current value of the attribute. |
See also
Attribute setter: setButtonPosition
Origin: TcHmiDateTimeInput
Available from version 1.12.750 |