CGXOleViewer::Render
virtual void Render(const CGXStyle* pStyle, CGXGridCore* pGrid, CGXControl* pCtrl, BOOL bShow = TRUE) = 0;
pStyle
The style associated with the active control calling Render
pGrid
Pointer to the parent grid
pCtrl
Pointer to the active control
bShow
Whether this should result in a display of the viewer or a simple load.
Remarks
Render is called by the active control on the appropriate CGXOleViewer instance when the control wishes to render the data in some format. This format is itself determined by the viewer.
See Also
CGXOleViewer::ActivateExisting CGXOleViewer::AccessData