OleComponent.FPreTranslateMessageCore(MSG[]) Method

Definition

Default implemmentation of FPreTranslateMessage. Simply raises the PreTranslateMessage event if there are listeners.

protected:
 virtual bool FPreTranslateMessageCore(cli::array <Microsoft::VisualStudio::OLE::Interop::MSG> ^ pMsg);
 virtual bool FPreTranslateMessageCore(std::Array <Microsoft::VisualStudio::OLE::Interop::MSG> const & pMsg);
protected virtual bool FPreTranslateMessageCore (Microsoft.VisualStudio.OLE.Interop.MSG[] pMsg);
abstract member FPreTranslateMessageCore : Microsoft.VisualStudio.OLE.Interop.MSG[] -> bool
override this.FPreTranslateMessageCore : Microsoft.VisualStudio.OLE.Interop.MSG[] -> bool
Protected Overridable Function FPreTranslateMessageCore (pMsg As MSG()) As Boolean

Parameters

pMsg
MSG[]

Returns

If there are listeners to PreTranslateMessage we return the appropriate TRUE/FALSE value based on MessageConsumed, otherwise we return FALSE (0).

Applies to