Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== TranslateAccelerator ====== Method of [[:scripting:api:external-document-view:start|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 ===== * [[scripting:api:data-type:ULONG|ULONG]] **pmsg** ===== Syntax ===== ==== JavaScript ==== <code javascript> ExternalDocumentView.TranslateAccelerator(pmsg); </code>==== Visual Basic Script ==== <code vb> ExternalDocumentView.TranslateAccelerator pmsg </code>==== C++ ==== <code cpp> HRESULT hr = ExternalDocumentView.TranslateAccelerator(pmsg); </code>===== See Also ===== [[:scripting:api:external-document-view:start|IExternalDocumentView]] ~~NOTOC~~