CMFCRibbonCustomizeDialog Class
Displays the ribbon Customize page.
class CMFCRibbonCustomizeDialog : public CMFCPropertySheet
Name |
Description |
---|---|
Constructs a CMFCRibbonCustomizeDialog object. |
|
CMFCRibbonCustomizeDialog::~CMFCRibbonCustomizeDialog |
Destructor. |
Name |
Description |
---|---|
CMFCRibbonCustomizeDialog::GetThisClass |
Used by the framework to obtain a pointer to the CRuntimeClass object that is associated with this class type. |
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.
Header: afxribboncustomizedialog.h