Undo programmatically

N

narada

How can I do an undo programmatically????

I have tried:
this.VisioContainerDesign.Window.Application.Undo();

but it doesn't work!
This line produces an expection but it doesn't send me any exception
message, I just don't know what it is....
 
Top