
Hi,
As used in the PrismIntegration sample ,I am adding the usercontrols as the tool window in the main application and the usercontrol as the document window that is moved to the MDI and displayed in the main application.
Now my application consists of the some toolwindows and the document window that is moved to the Mdi with the help of the
documentWindow.MoveToMdi();
But inverted filled traingle icon like Toolwindow options is displaying on the top od the TabbedMdiConttainer and i want to hide that icon.
So how to hide the inverted filled traingle icon displaying at the right top corner of the TabbedMdiContainer of the main application.
Is their any property like CanClose to false that hides cross buttton on the right top corner of the TabbedMdiContainer of the main application that hides the active files icon of the TabbedMdiContainer of the main application.