Copyright © 1998-2015 MultiMedia Soft

Click event

Previous pageReturn to chapter overviewNext page

Remarks

Occurs when the user presses and releases a mouse button over the control.

This is one of three events that occur in the following order:

MouseDown event

MouseUp event

Click event

The first two events let you check which mouse button is pressed.

 

Syntax

 

Visual Basic

BtnEnh1_Click()

 

Visual C++

void Click();