Classe CMFCVisualManagerOffice2007
CMFCVisualManagerOffice2007 fornisce a un'applicazione un aspetto 2007 di Microsoft Office.
class CMFCVisualManagerOffice2007 : public CMFCVisualManagerOffice2003
Membri
Metodi pubblici
Nome |
Descrizione |
---|---|
|
|
|
|
|
|
CMFCVisualManagerOffice2007::GetHighlightedMenuItemTextColor |
|
|
|
|
|
|
|
|
|
|
|
CMFCVisualManagerOffice2007::GetRibbonQuickAccessToolBarChevronOffset |
|
CMFCVisualManagerOffice2007::GetRibbonQuickAccessToolBarRightMargin |
|
CMFCVisualManagerOffice2007::GetRibbonQuickAccessToolBarTextColor |
|
|
|
|
|
|
|
CMFCVisualManagerOffice2007::GetStyle |
Restituisce la combinazione colori corrente CMFCVisualManagerOffice2007 GUI che, a sua volta, riproduce Microsoft Office il GUI 2007. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CMFCVisualManagerOffice2007::OnDrawRibbonDefaultPaneButtonIndicator |
|
|
|
|
|
|
|
CMFCVisualManagerOffice2007::OnDrawRibbonMainPanelButtonBorder |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CMFCVisualManagerOffice2007::OnFillRibbonQuickAccessToolBarPopup |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CMFCVisualManagerOffice2007::SetStyle |
Imposta la combinazione di colori CMFCVisualManagerOffice2007 GUI. |
Note
Utilizzare CMFCVisualManagerOffice2007 per modificare l'aspetto visivo dell'applicazione simile a quella di Microsoft Office 2007.Questo gestore visualizzazione richiede di impostare lo stile prima di utilizzarlo.Prima di procedere questo gestore visualizzazione a CMFCVisualManager::SetDefaultManager, è necessario chiamare la funzione statica CMFCVisualManagerOffice2007::SetStyle.
Esempio
Nell'esempio seguente viene illustrato come utilizzare il gestore visualizzazione Office 2007.Questo frammento di codice fa parte Esempio di demo del desktop.
CMFCVisualManagerOffice2007::SetStyle (CMFCVisualManagerOffice2007::Office2007_LunaBlue);
CMFCVisualManager::SetDefaultManager (RUNTIME_CLASS (CMFCVisualManagerOffice2007));
Gerarchia di ereditarietà
Requisiti
intestazione: afxvisualmanageroffice2007.h
Vedere anche
Riferimenti
Classe di CMFCVisualManagerOfficeXP
Classe di CMFCVisualManagerWindows
CMFCVisualManager::SetDefaultManager