Click or drag to resize

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.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected override void OnKeyDown(
	KeyEventArgs e
)

Parameters

e
Type: System.Windows.FormsKeyEventArgs
Provides data from the KeyEvent that occured
See Also