Click or drag to resize

PathSelectionListDeleteEntry Method (Int32, Boolean)

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

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

Parameters

pIndex
Type: SystemInt32
Index, which list entry should be deleted.
pCalculateSizeAndCount
Type: SystemBoolean
Can be used to prevent the recalculating size and filecount
See Also