void CBCGPWinApp::AddVisualTheme | ( | BCGP_VISUAL_THEME | theme, |
UINT | nCommandID, | ||
BOOL | bActive = FALSE , |
||
CRuntimeClass * | pRTICustom = NULL |
||
) |
Adds a visual theme (manager) to the application
theme | Application Visual Theme |
nCommandID | The command ID associated with the visual theme |
bActive | Activate the visual theme |
pRTICustom | Custom visual manager class (should be derived from corresponding CBCGPVisualManager - derived class) |