tabbedMDIManager - change selected tab programmatically

please advice


1 Reply

VK Vinoth Kumar K Syncfusion Team April 19, 2008 12:25 AM UTC

Hi Apostolis,

Thank you for your interest in Syncfusion products.

You can select the Tab in TabbedMDIManager programmatically by using SelectedTab property. Please refer to code snippet given below which demonstrates how to select the Tab programmatically.


tabCtrl.SelectedTab = this.tabbedMDIManager1.GetTabPageAdvFromForm(frm2);


Please refer to the attached sample given below:

http://websamples.syncfusion.com/samples/Tools.Windows/F73077/main.htm

Please let me know if you have any questions.

Regards,
Vinoth


Loader.
Up arrow icon