ButtonPosition

The position of the button relative to the display.

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiDateTimeInput.ButtonPosition

Attribute getter

public getButtonPosition(): 'Left' | 'Right' | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

'Left', 'Right', undefined

The current value of the attribute.

Attribute setter

public setButtonPosition(valueNew: 'Left' | 'Right' | null): void;

Parameter

Name

Type

Description

valueNew

'Left', 'Right', 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.

ButtonPosition 1:

Available from version 1.12.750