scripting:api:list-pane:create-item

CreateItem

Method of IListPane

Create new line item (not added to the list)

var ppItem = ListPane.CreateItem();

==== Visual Basic Script ====

ppItem = ListPane.CreateItem

==== C++ ====

CComPtr<IListItem> pItem;
HRESULT hr = ListPane.CreateItem(&pItem);

===== See Also ===== IListPane