CGXStatic::CGXStatic
CGXStatic(CGXGridCore* pGrid);
pGrid
Pointer to the parent grid.
Remarks
Constructs a static control object.
You need to register this object in the grid with CGXGridCore::RegisterControl before you can use it in cells (see example).
Example
This example shows how Objective Grid registers a static control in the grid:
// Static Control
RegisterControl(GX_IDS_CTRL_STATIC,
new CGXStatic(this));