Share

CAcTcUiCatalogView::GetSelectedItem

C++

CAcTcUiCatalogViewItem* GetSelectedItem() const;

Description

Returns the item that is currently selected. If multiple items are selected, it returns the first selected item. Use GetNextSelectedItem() to enumerate all the selected items.

Returns NULL if no item is currently selected.

Links

CAcTcUiCatalogView Class

Was this information helpful?