PreTranslateMessageEventArgs(MSG) Constructor

Definition

Construct a PreTranslateMessageEventArgs object from the given MSG struct.

public:
 PreTranslateMessageEventArgs(Microsoft::VisualStudio::OLE::Interop::MSG message);
 PreTranslateMessageEventArgs(Microsoft::VisualStudio::OLE::Interop::MSG message);
public PreTranslateMessageEventArgs (Microsoft.VisualStudio.OLE.Interop.MSG message);
new Microsoft.VisualStudio.PlatformUI.OleComponentSupport.PreTranslateMessageEventArgs : Microsoft.VisualStudio.OLE.Interop.MSG -> Microsoft.VisualStudio.PlatformUI.OleComponentSupport.PreTranslateMessageEventArgs
Public Sub New (message As MSG)

Parameters

message
MSG

The MSG object given to FPreTranslateMessage(MSG[])

Applies to