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

Parameters

msg  Message
the message that is passed
keyData  Keys
the key data

Return Value

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