Tooltip for each items in a combo box
问题 I just want to add a tooltip for each item in a combo box. i am using c#.net windows application. There is no option like combobox.items[1].tooltip(); Is there any way to add tooltip it ? 回答1: There are actually a couple reasonable solutions to this question. An MSDN forum has a ComboBox Item highlight event post that contains two possibilities, one from nobugz and one from agrobler. Each of them provides code to subclass a ComboBox that is supposed to handle tool tips on individual items in