CGXGridCore::ImplementCutPaste
void ImplementCutPaste();
Remarks
Implements support for clipboard operations: Cut, Copy and Paste. This component provides concrete implementations for the Cut, CanCut, Copy, CanCopy, Paste and CanPaste methods. CGXGridView provides handlers for ID_EDIT_COPY, ID_EDIT_PASTE and ID_EDIT_CUT menu commands that call Cut, Copy and Paste methods. You can customize Cut, Copy and Paste behavior through the m_nClipboardFlags attribute.
See Also
CGXGridCore::Cut CGXGridCore::Copy CGXGridCore::Paste