AddItem

Method of IListPane

Description

Add new line item to the list

Parameters

Syntax

JavaScript

ListPane.AddItem(pItem);

Visual Basic Script

ListPane.AddItem pItem

C++

HRESULT hr = ListPane.AddItem(pItem);

See Also

IListPane