Share

CAcTcUiCatalogView::CanPaste

C++

virtual BOOL CanPaste(
    IDataObject* pDataObject
);

Description

This function is called by the catalog view to determine if the Clipboard contains data for pasting in the view. For example, this will be called to enable and disable the Paste option on the context menu.

Returns true if the data object contains data for pasting into the view, or false if the data object does not contain data that can be pasted.

Parameters

Parameters Description
pDataObject Input data object

Links

CAcTcUiCatalogView Class

Was this information helpful?