Click event (Display object)

Occurs when you click a blank area or the wallpaper of a display. The Click event occurs after the MouseUp event.
The Click event does not occur if you move the mouse pointer off the display before releasing the button, although the MouseUp event always occurs.
Double-clicking triggers a Click event followed by a DblClick event.
Syntax
Display
_
Click
where
Display
– is the name of a Display object variable that was dimensioned using the WithEvents keyword or the reserved name Display.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal