Method of IExternalDocumentView
Directs the view to handle a command message passed up from the message pump of the process in which the view is running
ExternalDocumentView.TranslateCommand(nID, nCode, pExtra, pHandlerInfo);
==== Visual Basic Script ====
ExternalDocumentView.TranslateCommand nID, nCode, pExtra, pHandlerInfo
==== C++ ====
HRESULT hr = ExternalDocumentView.TranslateCommand(nID, nCode, pExtra, pHandlerInfo);
===== See Also ===== IExternalDocumentView