MU
Murugan
Syncfusion Team
March 14, 2007 11:27 PM UTC
Hi Scott,
Please use SetToolTip method of the TabbedMDIManager class. Please refer to the following code snippet and let me know if it helps you.
private void barItem2_Click(object sender, EventArgs e)
{
foreach (Form f in this.tabbedMDIManager.MdiChildren)
{
this.tabbedMDIManager.SetTooltip(f, f.Text);
}
}
Thanks for using Syncfusion products.
Regards,
Murugan P.S