RemoveItem

Method of IListPane

Description

Add new line item to the list

Parameters

Syntax

JavaScript

ListPane.RemoveItem(pItem);

Visual Basic Script

ListPane.RemoveItem pItem

C++

HRESULT hr = ListPane.RemoveItem(pItem);

See Also

IListPane