WebBrowserBase::PreProcessMessage Method (Message%)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
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 2.0
Available since 2.0
Show: