Hello,
I want to put a close button on each of my tabs just like IE7+. Looking around on these boards I found a post that mentioned that there was built in functionality for this in the control, however no reference was made as to which property to set. I think that I have looked through every property for this control and I see nothing that would do this. Maybe I missed it?
Thanks,
Mel
Also, I followed this:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10054
and it works, but I loose the icon, which stinks. Again, is there just a property I can set?
THanks.
Built in functionality was added in version 8.1. The MdiTabGroupSettings now has a CloseButtonLocation property which you can set to Tab to accomplish this. You can set this on a single tab group on the MdiTabGroup.Settings or for all tab groups on the UltraTabbedMdiManager.TabGroupSettings.