COlePropertyPage::COlePropertyPage

Constructs a COlePropertyPage object.

COlePropertyPage(
   UINT idDlg,
   UINT idCaption 
);

Parameters

  • idDlg
    Resource ID of the dialog template.

  • idCaption
    Resource ID of the property page's caption.

Remarks

When you implement a subclass of COlePropertyPage, your subclass's constructor should use the COlePropertyPage constructor to identify the dialog-template resource on which the property page is based and the string resource containing its caption.

Requirements

Header: afxctl.h

See Also

Reference

COlePropertyPage Class

Hierarchy Chart

Other Resources

COlePropertyPage Members