- Getting started
- Creating projects
- Graphic objects
- Predefined graphic objects
- Object and variable references
- Extending projects
- NetLogic
- Tutorials
- Dynamic links tutorial
- Graphic objects tutorial
- NetLogic tutorial
- OPC UA tutorial
Delayed button
Generates events to perform methods. Includes a MouseLongPress event.
Events
Use these button events to trigger methods:
Event | Generated at runtime when |
---|---|
MouseLongPress event | An object is clicked or touched for the time specified in the Delay property. |
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. |
Example
Provide Feedback