BCGControlBar Pro for MFC
void CBCGPPropertyPage::EnableVisualManagerStyle ( BOOL  bEnable = TRUE,
const CList< UINT, UINT > *  plstNonSubclassedItems = NULL 
)

Automatically subclasses all hosted controls in order to take advantage of Visual Manager themes.

Call this function with bEnable TRUE to automatically subclass all hosted controls in order to take advantage of Visual Manager themes.

Parameters
bEnableTRUE - enables Visual Manager theme support for hosted controls. FALSE - disables Visual Manager theme support for hosted controls.
plstNonSubclassedItemsList of control IDs that shoudn't be subclassed.