ShellTreeViewOnKeyDown Method |
Overrides the OnKeyDown event to handle key strokes for the currently selected item.
Currently, if the spacebar is pressed, the checkboxes are toggled.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected override void OnKeyDown(
KeyEventArgs e
)
Protected Overrides Sub OnKeyDown (
e As KeyEventArgs
)
protected:
virtual void OnKeyDown(
KeyEventArgs^ e
) override
abstract OnKeyDown :
e : KeyEventArgs -> unit
override OnKeyDown :
e : KeyEventArgs -> unit Parameters
- e KeyEventArgs
- Provides data from the KeyEvent that occured
See Also