home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Shareware / Programare / turboVB / Events / RichTextLib.RichTextBox.txt < prev    next >
Encoding:
Text File  |  2002-03-28  |  1.0 KB  |  21 lines

  1. Change()
  2. Click()
  3. DblClick()
  4. DragDrop(source As Control, x As Single, y As Single)
  5. DragOver(source As Control, x As Single, y As Single, State As Integer)
  6. GotFocus()
  7. KeyDown(KeyCode As Integer, Shift As Integer)
  8. KeyPress(KeyAscii As Integer)
  9. KeyUp(KeyCode As Integer, Shift As Integer)
  10. LostFocus()
  11. MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
  12. MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single)
  13. MouseUp(Button As Integer, Shift As Integer, x As Single, y As Single)
  14. OLECompleteDrag(Effect As Long)
  15. OLEDragDrop(Data As RichTextLib.DataObject, Effect As Long, Button As Integer, Shift As Integer, x As Single, y As Single)
  16. OLEDragOver(Data As RichTextLib.DataObject, Effect As Long, Button As Integer, Shift As Integer, x As Single, y As Single, State As Integer)
  17. OLEGiveFeedback(Effect As Long, DefaultCursors As Boolean)
  18. OLESetData(Data As RichTextLib.DataObject, DataFormat As Integer)
  19. OLEStartDrag(Data As RichTextLib.DataObject, AllowedEffects As Long)
  20. SelChange()
  21. Validate(Cancel As Boolean)