Change()
Click()
DragDrop(Source As Control, x As Single, y As Single)
DragOver(Source As Control, x As Single, y As Single, State As Integer)
GotFocus()
KeyDown(KeyCode As Integer, Shift As Integer)
KeyPress(KeyAscii As Integer)
KeyUp(KeyCode As Integer, Shift As Integer)
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 MSComctlLib.DataObject, Effect As Long, Button As Integer, Shift As Integer, x As Single, y As Single)
OLEDragOver(Data As MSComctlLib.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 MSComctlLib.DataObject, DataFormat As Integer)
OLEStartDrag(Data As MSComctlLib.DataObject, AllowedEffects As Long)
Scroll()
Validate(Cancel As Boolean)