Oct 3, 2003 #1 R ramnadh Newcomer Joined Oct 3, 2003 Messages 3 how can we create the ToolTips for the items in the ComboBox in C#.NET
Oct 3, 2003 #2 R Robby Ultimate Contributor Joined Nov 17, 2002 Messages 3,460 Location Montreal, Ca. For each item in a ComboBox ?
Oct 12, 2003 #3 R ramnadh Newcomer Joined Oct 3, 2003 Messages 3 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.
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.