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