Click or drag to resize

ShellSystemList.ProcessCmdKey Method

In case the cursor keys are pressed, the message is forwarded to the shellview...s

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
protected override bool ProcessCmdKey(
	ref Message msg,
	Keys keyData
)

Parameters

msg
Type: System.Windows.Forms.Message
the message that is passed
keyData
Type: System.Windows.Forms.Keys
the key data

Return Value

Type: Boolean
true if the character was processed, false otherwise
See Also