CMFCPropertyPage选件类

CMFCPropertyPage 选件类支持弹出菜单显示在属性页中。

class CMFCPropertyPage : public CPropertyPage

成员

Bb984284.collapse_all(zh-cn,VS.110).gif公共构造函数

名称

说明

CMFCPropertyPage::CMFCPropertyPage

构造 CMFCPropertyPage 对象。

CMFCPropertyPage::~CMFCPropertyPage

析构函数。

Bb984284.collapse_all(zh-cn,VS.110).gif公共方法

名称

说明

CMFCPropertyPage::CreateObject

用于由框架创建此选件类类型动态实例。

CMFCPropertyPage::GetThisClass

用于由框架获取指向与此选件类类型的 CRuntimeClass 对象。

CMFCPropertyPage::OnSetActive

当页由用户选择并成为活动页时,此成员函数由框架调用。 (重写 CPropertyPage::OnSetActive。)

CMFCPropertyPage::PreTranslateMessage

在将调度到 TranslateMessageDispatchMessage Windows功能之前,将windows消息。 有关更多信息和方法语法,请参见 CWnd::PreTranslateMessage。 (重写 CPropertyPage::PreTranslateMessage。)

备注

CMFCPropertyPage 选件类表示属性表的各个页,也称为"选项"对话框。

CMFCPropertySheet 选件类一起使用 CMFCPropertyPage 选件类。 若要在特性中使用菜单中的。CMFCPropertyPage 选件类调用,替换 CPropertyPage 选件类的所有匹配项。

继承层次结构

CObject

   CCmdTarget

      CWnd

         CDialog

            CPropertyPage

               CMFCPropertyPage

要求

标头: afxpropertypage.h

请参见

参考

层次结构图

CMFCPropertySheet选件类

其他资源

MFC 类