ShellListBaseItemRemoveSubItem Method |
Removes the subitem at the passed postion.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected virtual void RemoveSubItem(
int pPosition
)
Protected Overridable Sub RemoveSubItem (
pPosition As Integer
)
protected:
virtual void RemoveSubItem(
int pPosition
)
abstract RemoveSubItem :
pPosition : int -> unit
override RemoveSubItem :
pPosition : int -> unit Parameters
- pPosition Int32
- The position of the subitem to remove.
See Also