Method of IExternalDocumentView
Directs the view to handle a keystroke passed up from the message pump of the process in which the view is running
ExternalDocumentView.TranslateAccelerator(pmsg);
==== Visual Basic Script ====
ExternalDocumentView.TranslateAccelerator pmsg
==== C++ ====
HRESULT hr = ExternalDocumentView.TranslateAccelerator(pmsg);
===== See Also ===== IExternalDocumentView