Share

CAcTcUiCatalogView::OnDragInProgress

C++

virtual HRESULT OnDragInProgress(
    DROPEFFECT dropEffect
);

Description

This function is called by the catalog view frequently when dragging is in progress.

Returns E_NOTIMPL if not implemented or S_OK if successful. DRAGDROP_S_USEDEFAULTCURSORS indicates successful completion of the method, and requests OLE to update the cursor using the OLE-provided default cursors.

Parameters

Parameters Description
dropEffect Input drop effect

Links

CAcTcUiCatalogView Class

Was this information helpful?