PathSelectionListDeleteEntry Method (Int32) |
Overloaded method DeleteEntry, which deletes an entry at the passed position with default recalculating size and filecount.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax protected void DeleteEntry(
int pIndex
)
Protected Sub DeleteEntry (
pIndex As Integer
)
protected:
void DeleteEntry(
int pIndex
)
member DeleteEntry :
pIndex : int -> unit
Parameters
- pIndex
- Type: SystemInt32
Index, which list entry should be deleted.
See Also