CGXRadioButtonEx::CGXRadioButtonEx
CGXRadioButtonEx(CGXGridCore* pGrid, BOOL bDraw3d);
pGrid
Pointer to the parent grid.
bDraw3d
TRUE if the radio buttons should be drawn with newer 3d-look; FALSE if it should be drawn with older Windows 3.x look.
Remarks
Constructs a radio button control object with active state and capability to align vertically or horizontally via GX_IDS_UA_RADIOBUTTON_ALIGN user attribute.
You need to register this object in the grid with CGXGridCore::RegisterControl before you can use it in cells (see example).