Click or drag to resize

JamBaseShellListViewRemoveItemFromList Method

Removes the list element from the list

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected virtual void RemoveItemFromList(
	ShellListBaseItem item
)

Parameters

item
Type: Jam.ShellShellListBaseItem
a ShellListBaseItem that should be removed.
See Also