AxHost.PreProcessMessage(Message) Method

Definition

Preprocesses keyboard or input messages within the message loop before they are dispatched.

public:
 override bool PreProcessMessage(System::Windows::Forms::Message % msg);
public override bool PreProcessMessage (ref System.Windows.Forms.Message msg);
override this.PreProcessMessage : Message -> bool
Public Overrides Function PreProcessMessage (ByRef msg As Message) As Boolean

Parameters

msg
Message

A Message, passed by reference, that represents the message to process. The possible values are WM_KEYDOWN, WM_SYSKEYDOWN, WM_CHAR, and WM_SYSCHAR.

Returns

true if the message was processed by the control; otherwise, false.

Applies to