You are here: Start » Web HMI » Web HMI Controls » Button

Button

Control that represents a clickable button.

Button

Properties

Height
Defines the CSS height of the control.
Icon
Defines the icon displayed on the button.
InitialIsEnabled
Defines the initial enabled state of the component that is used before the first value is set through the connection.
InitialIsVisible
Defines the initial visibility of the component that is used before the first value is set through the connection.
InitialText
Defines the initial text displayed on the button.
IsEnabled
Defines the enabled state of the component.
IsVisible
Defines the visibility of the component.
Margin
Defines the CSS margin of the control.
MaxHeight
Defines the CSS max-height of the control.
MaxWidth
Defines the CSS max-width of the control.
MinHeight
Defines the CSS min-height of the control.
MinWidth
Defines the CSS min-width of the control.
Name
Defines the control name that identifies the control in the program and in the XAML. The name must be unique within the parent endpoint.
Text
Defines the text displayed on the button.
Variant
Defines the visual style of the button.
Width
Defines the CSS width of the control.

Events

Click Occurs when a button is clicked.