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