====== Items ======
Property of [[:scripting:api:list-pane:start|IListPane]]
===== Description =====
Returns Items collection
===== Property type =====
Read-Only Property of type **[[:scripting:api:list-items:start|IListItems]]**
===== Syntax =====
==== JavaScript ====
var pItems = ListPane.Items;
==== Visual Basic Script ====
pItems = ListPane.Items
==== C++ ====
CComPtr pItems;
HRESULT hr = ListPane.get_Items(&pItems);
===== See Also =====
[[:scripting:api:list-pane:start|IListPane]]
~~NOTOC~~