SimpleEditorView.FPreTranslateMessage(MSG[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called to process or modify the message before it is translated and dispatched.
public:
virtual int FPreTranslateMessage(cli::array <Microsoft::VisualStudio::OLE::Interop::MSG> ^ msg);
virtual int FPreTranslateMessage(std::Array <Microsoft::VisualStudio::OLE::Interop::MSG> const & msg);
public virtual int FPreTranslateMessage (Microsoft.VisualStudio.OLE.Interop.MSG[] msg);
abstract member FPreTranslateMessage : Microsoft.VisualStudio.OLE.Interop.MSG[] -> int
override this.FPreTranslateMessage : Microsoft.VisualStudio.OLE.Interop.MSG[] -> int
Public Overridable Function FPreTranslateMessage (msg As MSG()) As Integer
Parameters
Returns
true
if the message is consumed, false
otherwise.
Implements
Remarks
By default this method is not implemented and returns false
.