Link to home
Start Free TrialLog in
Avatar of cobolinx1
cobolinx1

asked on

show tooltip on combobox dropdown

When you click the drop down and hover over items in the list how do you get the value that is being hovered over with without selecting an item?
Avatar of cmrobertson
cmrobertson
Flag of United States of America image

what do you mean "get" the value?
Avatar of cobolinx1
cobolinx1

ASKER

When you click on the combobox and hover the mouse over the values in the combobox. I want to know what the value is of the highlighted item. I'm not going to select it so I can't use the dropdownclosed or selectedindex changed . I have a function that will bring up the tooltip but I need to know what the value is for the highligted item in the combobox to get the tooltip from the database.
ASKER CERTIFIED SOLUTION
Avatar of JackOfPH
JackOfPH
Flag of Philippines image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I had to do a little conversion but it works