New to Telerik UI for WinFormsStart a free 30-day trial

ToolTips

Updated over 6 months ago

RadTaskbarButton exposes Microsoft API to set tooltip text on its thumbnail preview container or its thumbnail buttons.

Figure 1: ThumbnailTooltip

WinForms RadTaskbarButton Thumbnail Tooltip

To set a ToolTip on the thumbnail preview part of the control, you can use the ThumbnailTooltip property of RadTaskbarButton.

C#

this.radTaskbarButton1.ThumbnailTooltip = "My RadTaskbar Button ToolTip";

To set ToolTip to the thumbnail buttons, you can directly use their ToolTip property.

C#

this.radTaskbarButton1.ThumbnailButtons[1].ToolTip = "Telerik WinForms";

See Also

In this article
See Also
Not finding the help you need?
Contact Support