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.2
Syntax
protected override void OnKeyUp(
	KeyEventArgs e
)

Parameters

e  KeyEventArgs
Provides data from the KeyEvent that occured
See Also