Method of IListPane
Add new line item to the list
ListPane.RemoveItem(pItem);
==== Visual Basic Script ====
ListPane.RemoveItem pItem
==== C++ ====
HRESULT hr = ListPane.RemoveItem(pItem);
===== See Also ===== IListPane