WebBrowserBase::PreProcessMessage Method (Message%)

 
Use BaseTrue

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.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual bool PreProcessMessage(
	Message% msg
) override

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::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: