S
soum
Hello,
I have a PowerPoint addin, and I would like to hook into PowerPoint's
Undo/Redo events. How do I do this? In the worst case, where would I look to
handle keydown events (to listen to Ctrl+Z)?
The active presentation (Globals.AddIn.Application.ActivePresentation)
doesn't seem to have any relevant events, neither does the active window
object
(Globals.AddIn.Application.ActiveWindow). Where do I look?
Thanks for the help,
I have a PowerPoint addin, and I would like to hook into PowerPoint's
Undo/Redo events. How do I do this? In the worst case, where would I look to
handle keydown events (to listen to Ctrl+Z)?
The active presentation (Globals.AddIn.Application.ActivePresentation)
doesn't seem to have any relevant events, neither does the active window
object
(Globals.AddIn.Application.ActiveWindow). Where do I look?
Thanks for the help,