BCGSuite for MFC
CBCGPGridSerializeManager

Detailed Description

The CBCGPGridSerializeManager class is a helper class that controls serialization process of Grid Control data during drag-and-drop and cut/copy/paste operations.

Usually you don't need to create instances of this class directly, but if you need any customization of serialization process, perform the following steps:

Copy
m_pSerializeManager = new CMySerializeManager(this);
return TRUE;

Inherits CObject.