home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Shareware / Programare / turboVB / Events / MSComctlLib.TreeView.txt < prev    next >
Encoding:
Text File  |  2003-09-28  |  1.3 KB  |  26 lines

  1. AfterLabelEdit(Cancel As Integer, NewString As String)
  2. BeforeLabelEdit(Cancel As Integer)
  3. Click()
  4. Collapse(ByVal Node As MSComctlLib.Node)
  5. DblClick()
  6. DragDrop(Source As Control, x As Single, y As Single)
  7. DragOver(Source As Control, x As Single, y As Single, State As Integer)
  8. Expand(ByVal Node As MSComctlLib.Node)
  9. GotFocus()
  10. KeyDown(KeyCode As Integer, Shift As Integer)
  11. KeyPress(KeyAscii As Integer)
  12. KeyUp(KeyCode As Integer, Shift As Integer)
  13. LostFocus()
  14. MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
  15. MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single)
  16. MouseUp(Button As Integer, Shift As Integer, x As Single, y As Single)
  17. NodeCheck(ByVal Node As MSComctlLib.Node)
  18. NodeClick(ByVal Node As MSComctlLib.Node)
  19. OLECompleteDrag(Effect As Long)
  20. OLEDragDrop(Data As MSComctlLib.DataObject, Effect As Long, Button As Integer, Shift As Integer, x As Single, y As Single)
  21. OLEDragOver(Data As MSComctlLib.DataObject, Effect As Long, Button As Integer, Shift As Integer, x As Single, y As Single, State As Integer)
  22. OLEGiveFeedback(Effect As Long, DefaultCursors As Boolean)
  23. OLESetData(Data As MSComctlLib.DataObject, DataFormat As Integer)
  24. OLEStartDrag(Data As MSComctlLib.DataObject, AllowedEffects As Long)
  25. Validate(Cancel As Boolean)
  26.