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
      Default delayed button

Provide Feedback