CustomFileListTRemoveItemFromList Method |
Removes the list element from the list
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected override void RemoveItemFromList(
ShellListBaseItem item
)
Protected Overrides Sub RemoveItemFromList (
item As ShellListBaseItem
)
protected:
virtual void RemoveItemFromList(
ShellListBaseItem^ item
) override
abstract RemoveItemFromList :
item : ShellListBaseItem -> unit
override RemoveItemFromList :
item : ShellListBaseItem -> unit
Parameters
- item
- Type: Jam.ShellShellListBaseItem
a CustomFileListItem that should be removed.
See Also