SimpleEditorView.FPreTranslateMessage(MSG[]) Method

Definition

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

msg
MSG[]

An array of MSG structures.

Returns

true if the message is consumed, false otherwise.

Implements

Remarks

By default this method is not implemented and returns false.

Applies to