Click or drag to resize

ShellListBaseItemRemoveSubItem Method

Removes the subitem at the passed postion.

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

Parameters

pPosition  Int32
The position of the subitem to remove.
See Also