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

Adds visual theme support to the dialog

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.