Articles in this section

How to show SuperTooltip in the textpart and dropdown of ComboBoxAdv ?

You can display SuperTooltip for both textpart and dropdown of ComboBoxAdv as follows :

C#

this.superToolTip1.SetToolTip(this.comboBoxAdv1.TextBox, tooltipInfo1);
this.superToolTip1.SetToolTip(this.comboBoxAdv1.ListBox, tooltipInfo2);

VB

Me.superToolTip1.SetToolTip(Me.comboBoxAdv1.TextBox, tooltipInfo1)
Me.superToolTip1.SetToolTip(Me.comboBoxAdv1.ListBox, tooltipInfo2)

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied