C++
virtual BOOL CanPaste( IDataObject* pDataObject );
Description
Use this function to get if the data object can be pasted in the tool palette.
Returns true if the data object contains data for pasting to the view, or false if the data object does not contain data which can be pasted.
Parameters
Parameters | Description |
---|---|
pDataObject | Input data object |