Articles in this section
Category / Section

<p> How to show SuperTooltip in the textpart and dropdown of ComboBoxAdv ?</p>

1 min read

 

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)
Please sign in to leave a comment
Access denied
Access denied