Click()
DblClick()
DragDrop(Source As Control, X As Single, Y As Single)
DragOver(Source As Control, X As Single, Y As Single, State As Integer)
GotFocus()
LostFocus()
MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
OLECompleteDrag(Effect As Long)
OLEDragDrop(Data As MSComCtl2.DataObject, Effect As Long, Button As Integer, Shift As Integer, X As Single, Y As Single)
OLEDragOver(Data As MSComCtl2.DataObject, Effect As Long, Button As Integer, Shift As Integer, X As Single, Y As Single, State As Integer)
OLEGiveFeedback(Effect As Long, DefaultCursors As Boolean)
OLESetData(Data As MSComCtl2.DataObject, DataFormat As Integer)
OLEStartDrag(Data As MSComCtl2.DataObject, AllowedEffects As Long)
Validate(Cancel As Boolean)