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