Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
445
Tooltip for the tab in UltraTabControl (WinForms)
posted

I want to change the font and also add a title in the tooltips that are displayed when mouse over each tab of a UltraTabControl. I am using the following code to set up the tooltip for the tab.

ultraTabControl.Tabs[0].ToolTipText = "My Test Tooltip";

But it seems only allow me to setup the ToolTipText for each tab. I couldn't find APIs to set up other things (eg. font or title etc.) . Is it possible to change the font and add title in tab's tooltip? 

Thanks!

Jie

 

Parents Reply Children
No Data