Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
620
Tooltip on value of optionset
posted

HI,

i try to set a tooltip on items of optionset.

 

For example i want that when i m over the first item the tooltiptext is "u are on the first element", over the second..the second etc...

 

I try to know with

Dim aUIElement As Infragistics.Win.UIElement = selezioneplaylist.UIElement.ElementFromPoint(MousePosition)

the element where the mouse is, but i receive always nothing

 

How can understand when i m over the items 1, 2 etc on my optionset?

 

tks a lot

 

Luca