Click or drag to resize

ShellTreeViewOnKeyUp Method

Overrides the OnKeyUp event to handle key strokes for the currently selected item e.g. the ContextMenuPopup key

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
protected override void OnKeyUp(
	KeyEventArgs e
)

Parameters

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