ShellSystemListProcessCmdKey Method |
In case the cursor keys are pressed, the message is forwarded to the shellview...s
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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
abstract ProcessCmdKey :
msg : Message byref *
keyData : Keys -> bool
override ProcessCmdKey :
msg : Message byref *
keyData : Keys -> bool
Parameters
- msg Message
- the message that is passed
- keyData Keys
- the key data
Return Value
Booleantrue if the character was processed,
false otherwise
See Also