Property of IListPane
Returns Checked Items collection
Read-Only Property of type IListItems
var pItems = ListPane.CheckedItems;
==== Visual Basic Script ====
pItems = ListPane.CheckedItems
==== C++ ====
CComPtr<IListItems> pItems; HRESULT hr = ListPane.get_CheckedItems(&pItems);
===== See Also ===== IListPane