NetAdvantage 9.2
I'm using an OptionSetEditor to select a single item from a Cell's valuelist. Since some of the valuelist items are quite large I'd like to offer a tooltip to show the entire text for the item when hovering over it.
Is there a way to capture or intecept the hottracking going on (that highlights each radio button on a mouse over) for the item such that I can resolve that to the item itself (and therby its text)?
If not, is there some other way to get the item outside of getting into capturing coordinates and using ElementFromPoint() etc?
thanks
I created a solution that grabs the text from the Underlying TextUIElement and resolves the parent cell from it to set that cell's tootiptext. If there is another way of doing this that I've overlooked I'd be interested in knowing about it.
Thanks
Hi,
Assuming you are using the UIElement's GetContext method to get the cell, then that's the best way to do it.