Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
475
UltraTabbedMdiManager tab is not closing
posted

I have a form with views that appear as tabs.  One of the views will not close no matter what I do.  All it does is clear the contents of the tab, but the empty tab remains open.  I've tried the Close and Dispose method on the tab, but nothing happens.

this.tabbedMdiManager.TabGroups[0].Tabs[iChildIndex].Close();
this.tabbedMdiManager.TabGroups[0].Tabs[iChildIndex].Dispose();