ShellBrowser .Net Edition
ProcessCmdKey Method (msg, keyData)
NamespacesJam.ShellShellSystemListProcessCmdKey(Message%, Keys)
In case the cursor keys are pressed, the message is forwarded to the shellview...s
Declaration Syntax
C#Visual BasicVisual C++
protected override bool ProcessCmdKey(
	ref Message msg,
	Keys keyData
)
Protected Overrides Function ProcessCmdKey ( _
	ByRef msg As Message, _
	keyData As Keys _
) As Boolean
protected:
virtual bool ProcessCmdKey(
	Message% msg, 
	Keys keyData
) override
Parameters
msg ( Message %)
the message that is passed
keyData (Keys)
the key data
Return Value
true if the character was processed, false otherwise

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)