ShellBrowser .Net Edition
OnKeyDown Method (e)
NamespacesJam.ShellShellTreeViewOnKeyDown(KeyEventArgs)
Overrides the OnKeyDown event to handle key strokes for the currently selected item. Currently, if the spacebar is pressed, the checkboxes are toggled.
Declaration Syntax
C#Visual BasicVisual C++
protected override void OnKeyDown(
	KeyEventArgs e
)
Protected Overrides Sub OnKeyDown ( _
	e As KeyEventArgs _
)
protected:
virtual void OnKeyDown(
	KeyEventArgs^ e
) override
Parameters
e (KeyEventArgs)
Provides data from the KeyEvent that occured

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