Index Overview
Button Control
Button implements a simple push button with a user definable button
name and a user definable action, which is carried out by pressing the
button. Choose Simple on the Examples button to see an example of how it
can be used.
Button control has the following attributes:
Button Name - This attribute specifies the name of the button, until
changed using Take New Name.
Button control has the following actions
and parameters:
Services:
- Take New Name - Using this service enables
the Button to take a new name through the input
parameter called
Button Name.
- Hide/Show - Hides the button if previously visible
and vice versa.
- Disable/Enable - Disables the button if previously
enabled and vise versa.
Orders:
- Pressed -. This action triggers different services
when the button is pressed.
Input Parameters:
- Button Name - A Button will take it's name from
this parameter when the Take New Name service is carried out. If
this parameter is not connected, the name specified in the Button attribute
will be used as the button name.