Hi,
is there a way to find tabs, groups, etc. by there name?
Reason is, that i create tabs when a specifiy usercontrol is loaded. When the control is loaded for a second time, I would like to check if the correspondig tab is already crreated (...and then bring it into view).
Thanks,
Neils
There is a method for getting tools based on their Id property (GetToolById) but not for groups or tabs. You could probably just maintain a dictionary of these as you create them.
Ok, thank you very much. I will try it with the dictionary
Why didn't you guys keep the 'key' concept? It was a very easy way to find objects in the toolbars, ribbons, etc.
Probably because it wasn't required for the functionality implemented. You may submit a suggestion for adding this.