ToolTip to TreeNode

  • Thread starter Thread starter kiran
  • Start date Start date
Kiran,

In .NET 2.0, you will have to set the ToolTipText property to the text
you want the node to have in the tooltip. In .NET 1.1 and below, you
probably have to intercept when the tooltip is shown (through a windows
message) and then do a hittest to find out which node to show the tooltip
for. Then, you would change the text of the tooltip for the control.

Hope this helps.
 

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