ButtonEx ActiveX Control Reference

Click event

         

This event occurs when the user:

Syntax

Sub object_Click([index] )

The Click event syntax has these parts:

PartDescription
objectA ButtonEx object.
IndexAn integer that uniquely identifies a control if it's in a control array.

Remarks

Clicking a control generates MouseDown and MouseUp events in addition to the Click event. The events occur in this order: MouseDown, Click, MouseUp

Note To distinguish between the left, right, and middle mouse buttons, use the MouseDown and MouseUp events.

Problems, Suggestions, Praise concerning the documentation? Please send feedback.