Share

CAcTcUiCatalogView::GetItemFromPoint

C++

CAcTcUiCatalogViewItem* GetItemFromPoint(
    const CPoint& pt
);

Description

Returns the item at the specified point. Returns NULL if there is no item at the specified point.

Parameters

Parameters Description
pt Input point at which to find the item in client coordinates

Links

CAcTcUiCatalogView Class

Was this information helpful?