2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Tooltip settingsSetting 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.
This page will automatically be redirected to the sign-in page in 10 seconds.