void CBCGPDialogBar::EnableVisualManagerStyle | ( | BOOL | bEnable = TRUE , |
const CList< UINT, UINT > * | plstNonSubclassedItems = NULL |
||
) |
Adds visual theme support to the pane
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.
bEnable | TRUE - enables Visual Manager theme support for hosted controls. FALSE - disables Visual Manager theme support for hosted controls. |
plstNonSubclassedItems | List of control IDs that shoudn't be subclassed. |