CMFCRibbonCustomizeDialog Class

Displays the ribbon Customize page.

class CMFCRibbonCustomizeDialog : public CMFCPropertySheet

Members

Public Constructors

Name

Description

CMFCRibbonCustomizeDialog::CMFCRibbonCustomizeDialog

Constructs a CMFCRibbonCustomizeDialog object.

CMFCRibbonCustomizeDialog::~CMFCRibbonCustomizeDialog

Destructor.

Public Methods

Name

Description

CMFCRibbonCustomizeDialog::GetThisClass

Used by the framework to obtain a pointer to the CRuntimeClass object that is associated with this class type.

Remarks

MFC instantiates this class automatically if you do not process the AFX_WM_ON_RIBBON_CUSTOMIZE message, or if you return 0 from the message handler.

If you want to use this class in your application to display the ribbon Customize dialog box, just instantiate it and call the DoModal method.

Because this class is derived from CMFCPropertySheet Class, you can add custom pages by using the CMFCPropertySheet API.

Inheritance Hierarchy

CObject

   CCmdTarget

      CWnd

         CPropertySheet

            CMFCPropertySheet

               CMFCRibbonCustomizeDialog

Requirements

Header: afxribboncustomizedialog.h

See Also

Reference

Hierarchy Chart

Other Resources

MFC Classes