Click or drag to resize

PathSelectionListDeleteEntry(Int32, Boolean) Method

Deletes an entry at the passed position with recalculating size and filecount, when CalculateSizeAndCount is true.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected void DeleteEntry(
	int pIndex,
	bool pCalculateSizeAndCount
)

Parameters

pIndex  Int32
Index, which list entry should be deleted.
pCalculateSizeAndCount  Boolean
Can be used to prevent the recalculating size and filecount
See Also