收藏订阅
Just activate CBCGPVisualManager2010 to use these new themes in your application: CBCGPVisualManager::SetDefaultManager (RUNTIME_CLASS (CBCGPVisualManager2010)); Please run BCGPMSOffice2007Demo, DrawCli or BCGPOrganizer to see this feature in action.
By default, the Ribbon Application button will be displayed with the default (blue) color, but developers can customize its appearance by calling visual manager's new method 'SetMainButtonColor' .
CBCGPRibbonBar::AddBackstageCategory returns a pointer to the new class object - CBCGPRibbonBackstageViewPanel. Usually, you'll need to call the following class methods to create your backstage view:
Please note that our Application Wizards were updated and now, when you're creating a new, Ribbon-based application, you can choose "Backstage view" option and initial backstage view code will be automatically generated for your pleasure!.
Please run ResizableForm new sample to see this feature in action. In addition, you can see this feature in the following examples and samples:
You can run BCGPVisualStudioGUIDemo example to examine this look.
Please take a look at BCGPControls example and RibbonGadgets/SkinnedDialog samples to see these new features in action.