| |
SelectedItems propertyReturns the collection of selected items within the command target page. Each entry in the returned collection is an IERUItem. SyntaxC++HRESULT get_SelectedItems(IERUCollection** pRetVal) Scripting languagesSet Collection = Object.SelectedItems RemarksReturns an empty collection if no items are selected. Returns INVALID_OPERATION if target is not an item. |
Home |