Change()
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()
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 RichTextLib.DataObject, Effect As Long, Button As Integer, Shift As Integer, x As Single, y As Single)
OLEDragOver(Data As RichTextLib.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 RichTextLib.DataObject, DataFormat As Integer)
OLEStartDrag(Data As RichTextLib.DataObject, AllowedEffects As Long)
SelChange()
Validate(Cancel As Boolean)