Aero Wizard
BCGControlBar Pro (MFC)
BCGSuite (MFC)
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
Sample code:
CMyPropertySheet propSheet (PropSheetLook_AeroWizard);
propSheet.EnablePageHeader (HEADER_HEIGHT);
propSheet.EnableVisualManagerStyle (m_bUseVisualManagerStyle, TRUE);
propSheet.DoModal();