Show ToolTip when mouse over the checkbox

Hi All,

I have a requirement to display a tooltip on the tree which has checkbox.
when mouse over the checkbox show tooltip and when mouse out hide it.

Thanks for any help.
Emma

Hi
If you add a tooltip in your xml - it will work, but it applyes to whole node area (there are no possibility to target it to the checkbox):

Hi, Darya
Thanks for your reply.

But what I’m looking for is if the event can be catched only when mouse over the checkbox area but not the whole line…

Hi
I understood it, but there is no public method. Just one way - recode it manually.