Click or drag to resize

ShellListBaseItemRemoveSubItem Method

Removes the subitem at the passed postion.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected virtual void RemoveSubItem(
	int pPosition
)

Parameters

pPosition
Type: SystemInt32
The position of the subitem to remove.
See Also