home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Shareware / Programare / turboVB / Events / VB.Label.txt < prev    next >
Encoding:
Text File  |  2002-03-22  |  842 b   |  18 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. LinkClose()
  7. LinkError(LinkErr As Integer)
  8. LinkNotify()
  9. LinkOpen(Cancel As Integer)
  10. MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
  11. MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  12. OLECompleteDrag(Effect As Long)
  13. OLEDragDrop(Data As DataObject, Effect As Long, Button As Integer, Shift As Integer, X As Single, Y As Single)
  14. OLEDragOver(Data As DataObject, Effect As Long, Button As Integer, Shift As Integer, X As Single, Y As Single, State As Integer)
  15. OLEGiveFeedback(Effect As Long, DefaultCursors As Boolean)
  16. OLESetData(Data As DataObject, DataFormat As Integer)
  17. OLEStartDrag(Data As DataObject, AllowedEffects As Long)
  18.