We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

How to create multiline text in tabPage's tooltiptext in WinForms TabControlAdv?

Platform: WinForms |
Control: TabControlAdv

Tooltip settings

Setting the ShowToolTipText property of TabControlAdv to 'true' will wrap the text when using the new line character(\n) in the tooltiptext property of TabPageAdv. The new line character(\n) is not supported in design time.

C#

//Setting the ShowToolTipText property in TabControlAdv
this.tabControlAdv1.ShowToolTips=true;
//Setting the text into the ToolTipText property of TabPageAdv
this.tabPageAdv1.ToolTipText="Tab\nPageAdv1";
this.tabPageAdv1.ToolTipText="Tab\nPage\nAdv2";

VB

'Setting the ShowToolTipText property in TabControlAdv
Me.tabControlAdv1.ShowToolTips=True
'Setting the text into the ToolTipText property of TabPageAdv
Me.tabPageAdv1.ToolTipText="Tab" & Constants.vbLf & "PagAdv1"
Me.tabPageAdv2.ToolTipText="Tab" & Constants.vbLf & "Page" & Constants.vbLf & "Adv2"

 

2X faster development

The ultimate WinForms UI toolkit to boost your development speed.
ADD COMMENT
You must log in to leave a comment

Please sign in to access our KB

This page will automatically be redirected to the sign-in page in 10 seconds.

Up arrow icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile