Aero Wizard

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Not available BCGControlBar for .NET

The Property Sheet can be created in the "Aero Wizard" mode. This look is similar to the standard Windows Vista/7 AeroWizard, but in our implementation it can be used in any supported OSs (without glass effect in the systems without Aero support). The caption bar can be combined with a property page header area.

Aero Wizard

Sample code:

CMyPropertySheet propSheet (PropSheetLook_AeroWizard);

propSheet.EnablePageHeader (HEADER_HEIGHT);
propSheet.EnableVisualManagerStyle (m_bUseVisualManagerStyle, TRUE);

propSheet.DoModal();