AxHost::PreProcessMessage Method (Message%)
.NET Framework (current version)
Preprocesses keyboard or input messages within the message loop before they are dispatched.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- msg
-
Type:
System.Windows.Forms::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.
Return Value
Type: System::Booleantrue if the message was processed by the control; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: