====== CreateItem ======
Method of [[:scripting:api:list-pane:start|IListPane]]
===== Description =====
Create new line item (not added to the list)
===== Parameters =====
==== Return Value ====
* [[:scripting:api:list-item:start|IListItem]] **ppItem**
===== Syntax =====
==== JavaScript ====
var ppItem = ListPane.CreateItem();
==== Visual Basic Script ====
ppItem = ListPane.CreateItem
==== C++ ====
CComPtr pItem;
HRESULT hr = ListPane.CreateItem(&pItem);
===== See Also =====
[[:scripting:api:list-pane:start|IListPane]]
~~NOTOC~~