tabbedMDIManager

Hi,

I am using the "tabbedMDIManager". I have 3 tabs and have three forms assosiated with this mdi manager. I want to enable/disable certain tabs/forms.

I could not find a way of disabling a given tab(and hiding the assosiated form).

If you could revert to me, I would greatly appreciate it.

Thanks,
Jogesh

1 Reply

RC Rajesh C Syncfusion Team May 17, 2007 01:49 AM UTC

Hi Jogesh,

You can disable the given Tab in tabbedMDIManager by using TabPageAdv's TabEnabled property. Please refer the following code snippets which illustrates the same:

[ C# ]

this.tabbedMDIManager1.GetTabPageAdvFromForm(MDIChild2).TabEnabled =false;


Also kindly take a look at the attached sample.

http://websamples.syncfusion.com/samples/Tools.Windows/F61013/Main.htm

Please let me know if you have any other queries.

Thank you for using Syncfusion products.

Regards,
Rajesh C

Loader.
Up arrow icon