DblClick

<< Click to Display Table of Contents >>

 

DblClick

DblClick()

This event occurs when there is a double click, that is, the left mouse button is quickly pressed twice on an object. This event does not occur if this object is not visible, or if its Enabled property is set to False. Visibility of an object depends on three factors: Visible property set to True, parent object visible, and object's Layer property present on a Screen layer.

Was this page useful?