CGXStylesMap::CreateStandardStyles
void CreateStandardStyles();
Remarks
Creates and registers the default base styles for the styles-map (standard, column and row header style).
You should call this method after constructing the styles-map object:
CGXStylesMap* pStyMap = new CGXStylesMap;
pStyMap->CreateStandardStyles();
GetParam()->SetStylesMap(pStyMap);