TranslateCommand

Method of IExternalDocumentView

Description

Directs the view to handle a command message passed up from the message pump of the process in which the view is running

Parameters

Syntax

JavaScript

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