TreeView .CreateDragImage

  • Thread starter Thread starter David C. Holley
  • Start date Start date
D

David C. Holley

Can anyone help me in using the .CreateDragImage method of a Node object
so that I can visually display the icon & text of the node being dragged?
 
Actually from what I found snooping around .CreateDragImage is supported
by the Node object. I was able to successfully change the mouse icon to
the icon for the node, but it didn't work as intended. In further
snooping around, it appears that other versions of the TreeView control
support the property .DragImage (.DragIcon) which can be set to the
return value of .CreateDrageImage. Evidently, the ActiveX version
doesn't include the property. Which makes me wonder why
..CreateDrageImage was include for the node object to begin with.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top