Predefined OLE event name
|
DISPID
|
User action
|
Parameters (in order)
|
Description
|
Click
|
DispidClick
|
Presses and releases a mouse button over the OCX. For some OCXs, the event is sent when the value of the OCX changes.
|
None
|
|
DblClick
|
DispidDblclick
|
Double-clicks in the OCX
|
None
|
|
KeyDown
|
DispidKeydown
|
Presses a key when the OCX has focus
|
Key Code Shift
|
The key code for the key pressed A bit mask detailing the state of the Ctrl, shift, and Alt keys
|
KeyUp
|
|
Releases a key when the OCX has focus
|
Key Code Shift
|
See KeyDown
|
MouseDown
|
DispidMousedown
|
Presses a mouse button while over an OCX
|
Button Shift X Y
|
A bit mask identifying which button is down A bit mask detailing the state of the Ctrl, shift, and Alt keys The current X location of the mouse The current Y location of the mouse
|
MouseMove
|
DispidMousemove
|
Moves the mouse over an OCX
|
Button Shift X Y
|
See MouseDown
|
MouseUp
|
DispidMouseup
|
Releases the mouse button over an OCX
|
Button Shift X Y
|
See MouseDown
|