This question is locked. New answers and comments are not allowed.
I want to take over the 'New' command of the RibbonUI to allow the user to save any changes made to the current document first.
How can I invoke the NewDocumentCommad from code?
I assume I could also simply create a new document and use it to replace the current document, but there may be times when I want to call on the already implemented commands form code.
How can I invoke the NewDocumentCommad from code?
I assume I could also simply create a new document and use it to replace the current document, but there may be times when I want to call on the already implemented commands form code.