MouseClick Event (StepButtonVer01)

Occurs when the user presses the mouse button while an object has the focus.

Syntax

Private Sub object_MouseClick (Btn)

The MouseClick event syntax has these parts:

Part Type Description
Btn Boolean Specifies cursor location.

The settings for Btn value are:

Setting Description
True Cursor is on button.
False Cursor is out of button.