Compartir a través de


CMFCStandardColorsPropertyPage Class

Represents a property page that users use to select standard colors in a color dialog box.

class CMFCStandardColorsPropertyPage : public CPropertyPage

Members

Public Constructors

Name

Description

CMFCStandardColorsPropertyPage::CMFCStandardColorsPropertyPage

Default constructor.

Public Methods

Name

Description

CMFCStandardColorsPropertyPage::CreateObject

Used by the framework to create a dynamic instance of this class type.

CMFCStandardColorsPropertyPage::GetThisClass

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

Remarks

The CMFCColorDialog class uses this class to display the standard color property page. For more information about CMFCColorDialog, see CMFCColorDialog Class.

Inheritance Hierarchy

CObject

   CCmdTarget

      CWnd

         CDialog

            CPropertyPage

               CMFCStandardColorsPropertyPage

Requirements

Header: afxstandardcolorspropertypage.h

See Also

Reference

Hierarchy Chart

CMFCColorDialog Class

CMFCCustomColorsPropertyPage Class

Other Resources

MFC Classes