PowerPoint Undo Programmatically

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,
 
S

Shyam Pillai

Hello soum,

No keyboard events are supported natively in PowerPoint. You will have to
hook into them on an application level if you wish to do so.

Regards,
Shyam Pillai


OfficeTips: http://skp.mvps.org
 
Top