notice that the close button of the mdi tab is at the far right...(UltraTabbedMdiManager)
is there any configuration that we can configure it to be each tab..
just like IE7 or firefox browser.
i'm using NetAdvantage for .NET 2007 Volume 1 CLR 2.0
Try this:
this.ultraTabbedMdiManager.TabGroupSettings.CloseButtonLocation = TabCloseButtonLocation.Tab;
Thanks,Garry
Hi,
which properties must be set to have the close button appear on the tab?
Stefan
There is also built in support for this in 8.1 and later in the tab control and tabbed mdi manager.
*slaps myself*
there's an article in knowledgebase.
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10054