ButtonEx ActiveX Control Reference
This event occurs when the user:
Syntax
Sub object_Click([index] )
The Click event syntax has these parts:
| Part | Description |
| object | A ButtonEx object. |
| Index | An 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.