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 appearance resembles the standard Windows Vista/7 Aero Wizard; however, in our implementation, it is compatible with any supported operating system, even those that do not support the glass effect. The caption bar can be combined with a header for the property page

Aero Wizard

Sample code:

CMyPropertySheet propSheet (PropSheetLook_AeroWizard);

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

propSheet.DoModal();