JamBaseShellListViewRemoveItemFromList Method |
Removes the list element from the list
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected virtual void RemoveItemFromList(
ShellListBaseItem item
)
Protected Overridable Sub RemoveItemFromList (
item As ShellListBaseItem
)
protected:
virtual void RemoveItemFromList(
ShellListBaseItem^ item
)
abstract RemoveItemFromList :
item : ShellListBaseItem -> unit
override RemoveItemFromList :
item : ShellListBaseItem -> unit Parameters
- item ShellListBaseItem
- a ShellListBaseItem that should be removed.
See Also