void CBCGPPropertySheet::EnableVisualManagerStyle | ( | BOOL | bEnable = TRUE , |
BOOL | bNCArea = FALSE |
||
) |
Enables/disables property sheet visual theme
Automatically subclasses all hosted controls in order to take advantage of Visual Manager themes and the DWM technology.
Call this function with bEnable TRUE to automatically subclass all hosted controls in order to take advantage of Visual Manager themes and the DWM technology.
bEnable | TRUE - enables Visual Manager theme support for hosted controls. FALSE - disables Visual Manager theme support for hosted controls. |
bNCArea | If TRUE, the non-client area of Property Sheet will be displayed using the current Visual Style. |