ToolTips in C#.NET

Showing ToolTips for the items in the Combobox

Yes...

We can show the tooltips for the items in the combobox when

the item is selected. but when i dropdown the combobox and

hovering through the items how can i display the tooltips to the

items in the combobox. We can get tooltips when item is selected

and when the index is changed but when the mouse is going

through the items in the combobox what is the way to get the

tooltips.
 
Back
Top