Udostępnij za pośrednictwem


Klasa CMFCRibbonGalleryMenuButton

Implementuje przycisk menu Wstążka zawierający galerii na Wstążce.

class CMFCRibbonGalleryMenuButton : public CMFCToolBarMenuButton

Członkowie

Bb983166.collapse_all(pl-pl,VS.110).gifPubliczne konstruktory

Nazwa

Opis

CMFCRibbonGalleryMenuButton::CMFCRibbonGalleryMenuButton

Konstrukcje i inicjuje CMFCRibbonGalleryMenuButton obiektu.

Bb983166.collapse_all(pl-pl,VS.110).gifMetody publiczne

Nazwa

Opis

CMFCRibbonGalleryMenuButton::CopyFrom

  (Zastępuje CMFCToolBarMenuButton::CopyFrom.)

CMFCRibbonGalleryMenuButton::CreatePopupMenu

  (Zastępuje CMFCToolBarMenuButton::CreatePopupMenu.)

CMFCRibbonGalleryMenuButton::GetPalette

 

CMFCRibbonGalleryMenuButton::HasButton

  (Zastępuje CMFCToolBarMenuButton::HasButton.)

CMFCRibbonGalleryMenuButton::IsEmptyMenuAllowed

  (Zastępuje CMFCToolBarMenuButton::IsEmptyMenuAllowed.)

Bb983166.collapse_all(pl-pl,VS.110).gifUwagi

Przycisk menu Galeria jest wyświetlany jako wyskakującego menu ze strzałką.Po kliknięciu tego przycisku wyświetlany jest galerii obrazów.Podczas konstruowania jest przycisk menu Galeria, należy określić listy obrazów, zawierający te obrazy.

Przykład

Poniższy przykład ilustruje sposób wyświetlania galerii punktorów w menu przycisku:

BOOL CMainFrame::OnShowPopupMenu (CMFCPopupMenu* pMenuPopup)
{
    int nBulletIndex = pMenuBar->CommandToIndex (ID_PARA_BULLETS);
    if (nBulletIndex >= 0)
    {
        CMFCToolBarButton* pExButton =
            pMenuBar->GetButton(nBulletIndex);
        ASSERT_VALID (pExButton);
        CMFCRibbonGalleryMenuButton paletteBullet (
            pExButton->m_nID,
            pExButton->GetImage (),
            pExButton->m_strText);
        InitBulletPalette (&paletteBullet.GetPalette ());
        pMenuBar->ReplaceButton (ID_PARA_BULLETS, paletteBullet);
    }
}

Hierarchii dziedziczenia

CObjectCMFCToolBarButtonCMFCToolBarMenuButtonCMFCRibbonGalleryMenuButton

Wymagania

Nagłówek: afxRibbonPaletteGallery.h

Zobacz też

Informacje

Wykres hierarchii

Klasa CMFCToolBarMenuButton

Klasa CMFCRibbonGallery

Inne zasoby

Klasy MFC