Online documentation, manuals and tutorials
< All Topics
Print

Button (EEZ-GUI)

Description

This Widget is used when an action needs to be performed via the GUI, clicking on it generates a CLICKED event, which in this case is added to the list of event handlers by default. The widget has two states enabled and disabled, which is set via the Enabled property. Each state has its own style, Default style for the enabled state and Disabled style for the disabled state.

Properties

Specific

Label

EXPRESSION (any)

The text that will be displayed inside the button.

Enabled

EXPRESSION (any)

If it is true, then the button is enabled, otherwise it will be eisabled.

Visible

EXPRESSION (boolean)

If the calculated expression is true then the Widget is visible, and if it is false then the Widget is hidden. It can be left blank, in which case the Widget is always visible.

Examples

  • eez-gui-widgets-demo
Page content