Click or drag to resize

ShellSystemListProcessCmdKey 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.0
Syntax
protected override bool ProcessCmdKey(
	ref Message msg,
	Keys keyData
)

Parameters

msg
Type: System.Windows.FormsMessage
the message that is passed
keyData
Type: System.Windows.FormsKeys
the key data

Return Value

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