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);

See Also

 CGXStylesMap::CGXStylesMap

CGXStylesMap

 Class Overview |  Class Members