|
 |
BCGControlBar Pro (MFC) |
 |
BCGSuite (MFC) |
 |
BCGControlBar (Microsoft .NET) |
|
Aero Wizard |
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. |
|

|
|
|
|
|
|
Sample code: |
CMyPropertySheet propSheet (PropSheetLook_AeroWizard);
propSheet.EnablePageHeader (HEADER_HEIGHT);
propSheet.EnableVisualManagerStyle (m_bUseVisualManagerStyle, TRUE);
propSheet.DoModal(); |
|
|
Prev
Next |