- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- OPC UA tutorial
- NetLogic tutorial
- Object and variable references
Button example
Use this object to run methods at runtime. Buttons can contain text or an image.
Button example
Three button controls with different styles applied.

Events
You can trigger methods with
Button
objects by using these events:
Event | Generated at runtime when |
---|---|
MouseClick event | An object is clicked or touched and then released. |
MouseDown event | An object is clicked or touched. |
MouseUp event | The click or touch of the object is released. |
Use case
Trigger different actions, for example:
- Start report generation.
- Acknowledge active alarm.
- Signal an emergency condition.
Provide Feedback