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
465
ArgumentException throw when calling Add/AddRange on ContextualTabGroups.Tab
posted

Hi,

  I am getting a ArgumentException when calling the following code is this a bug or is it me 

 ContextualTabGroup tabGroup = new ContextualTabGroup(key,caption);

 

 

 

s_toolbarsManager.Ribbon.ContextualTabGroups.Add(contextualTabGroup);

tabGroup.

 

Tabs.Add(new RibbonTab("_test_","Test"));

 

 

Parents
No Data
Reply Children
No Data