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