Articles in this section
Category / Section

How to show tooltips for TaskBar Items in WinForms XPTaskBar?

2 mins read

Show tooltips

You can show or hide the Tooltips on the XPTaskBarItems by using the ShowToolTip property in the XPTaskBarBox. The ShowToolTip property returns a Boolean value. To add ToolTips to the XPTaskBarItems, add the ToolTip text to be displayed in the ToolTip property of the XPTaskBarItem Collection Editor Dialog. Refer to the following screenshot.

XPTaskBarItem collection editor

Figure 1: XPTaskBarItem collection editor

The following code example demonstrates the same.

C#

//Enables the ToolTip for the XPTaskBarBox items.
this.xpTaskBarBox1.ShowToolTip = true;

VB

'Enables the ToolTip for the XPTaskBarBox items.
Me.xpTaskBarBox1.ShowToolTip = True

XPTaskBar with tooltip

Figure 2: XPTaskBar with ToolTip

Samples:

C#: XPTaskBar_ToolTip_C#

VB: XPTaskBar_ToolTip_VB



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