Click or drag to resize

ShellListItemRemoveSubItem Method

Removes the subitem at the passed position and adjusts the variant array.

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

Parameters

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