I'm developing integration for some language.I want to disable "File->Export Template" menu item for my language because this dialog doesn't work for custom languages. The problem is that I cannot catch this command in my package. This command
is not passed to my IOleCommandTarget:QueryStatus implementation so I cannot disable it. Are there other ways to handle this command?
↧
How to disable "File->Export Template" menu item?
↧