CGXGridCore::ImplementOldDrawing
void ImplementOldDrawing();
Remarks
Old Drawing, backward compatible with version 1.2. Use old drawing if you want to support transparent background (CGXGridParam::SetTransparentBackground(TRUE)) or if you depend on a OG 1.2-compatible behavior for drawing grid lines in case you have override the DrawGridLine method. OldDrawing can be forced by setting m_bForceOldDrawing attribute equal to TRUE.
See Also
CGXGridParam::SetTransparentBackground