BCGControlBar Pro for MFC
virtual BOOL CBCGPPlannerManagerCtrl::IsEditCutEnabled ( ) const
virtual

Tells whether selected appointments can be copied to the Clipboard and removed from the storage.

Returns
TRUE, if the selected appointments can be removed from the storage and placed to the Clipboard; otherwise FALSE.

Use this method to determine whether it's possible to copy the selected appointments to the Clipboard and remove them from the storage.

The default implementation returns TRUE if there is at least one selected appointment and the Clipboard can be opened for copy operation in BCGPPlannerManagerClpFmt format.