BCGControlBar Pro for MFC
virtual BOOL CBCGPGridCtrl::IsPasteEnabled ( ) const
virtual

Tells whether paste operation is enabled for a grid control.

This function returns TRUE if paste operation is enabled for a grid control. The default implementation returns FALSE is serialization manager is NULL, a grid is read-only or data is not available on the Clipboard. Override this method in a derived class if you need to control this option.