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.1
Syntax 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
abstract ProcessCmdKey :
msg : Message byref *
keyData : Keys -> bool
override ProcessCmdKey :
msg : Message byref *
keyData : Keys -> bool
Parameters
- msg
- Type: System.Windows.FormsMessage
the message that is passed - keyData
- Type: System.Windows.FormsKeys
the key data
Return Value
Type:
Booleantrue if the character was processed,
false otherwise
See Also