Standard Button
Standard buttons are used to execute a predefined
action or a custom event
handler. When the user clicks the button, the action is carried out. Standard buttons have the same behavior as buttons, except that you can select from a set of standard, predefined icons to use for the buttons. If needed, you can enable a standard button to trigger
an event instead of an action, by adding the necessary code using
the Event Editor.
To Add a Standard Button:
- Click Standard Button
and drag it to the workspace.
- Click the button Type property and select an option from the list to determine the icon that will be used for the button.
- Click the Hover Text
property and type the hover text that will appear when a user moves the cursor over the button.
- To associate the button with a predefined action,
click the Action property and type
an action.
- Reposition
as needed.
Standard Button Properties
See Also:
Button Actions
Creating
Custom Events