Is there a way to have the Close Button X next to the caption of the tabbed form like the tabs in Chrome and Visual Studios 2010?
Hello John,
I will be happy to assist you with your question.
May I assume that you are using the UltraTabbedMdiManager to enable the tabbing of a form? If so, please use the available CloseButtonLocation property to change the location of the close button to Tab.
Example:this.ultraTabbedMdiManager1.TabGroupSettings.CloseButtonLocation = Infragistics.Win.UltraWinTabs.TabCloseButtonLocation.Tab;
To learn more about this property, please visit our online help documents found using the link below:
http://help.infragistics.com/NetAdvantage/WinForms/2012.1/CLR2.0/?page=Infragistics2.Win.UltraWinTabbedMdi.v12.1~Infragistics.Win.UltraWinTabbedMdi.MdiTabGroupSettings~CloseButtonLocation.html
Please let me know if you have any questions regarding this matter.