ProcessCmdKey Method

WebKit .NET

[This is preliminary documentation and is subject to change.]

Processes a command key. Overridden in WebKitBrowser to forward key events to the WebKit window.

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
protected override bool ProcessCmdKey(
	ref Message msg,
	Keys keyData
)
Visual Basic (Declaration)
Protected Overrides Function ProcessCmdKey ( _
	ByRef msg As Message, _
	keyData As Keys _
) As Boolean
Visual C++
protected:
virtual bool ProcessCmdKey(
	Message% msg, 
	Keys keyData
) override

Parameters

msg
Type: System.Windows.Forms..::.Message %
The window message to process.
keyData
Type: System.Windows.Forms..::.Keys
The key to process.

Return Value

Success value.

See Also