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