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

Declaration Syntax
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)