|
removing tabs
hello, have a bit of a problem her.
i'm working on an add-in that creates several command manager tabs for different document types. but when i'm trying to unload my add-in and try to delete these tabs, for some reson i can only delete those tabs that were created for the document type which was active when i unload my add-in, while all other document types still have tabs created by add-in. any reason for such behavior?
thanks.
edited: 12/22/2008 at 08:45 am by someone whocares
just unload them each time the document type is about to unload, instead of on your add-in unload. |
|