COlePropertyPage::COlePropertyPage

Call this member function to construct a property page object. When you subclass COlePropertyPage, your subclass's constructor should call the COlePropertyPage constructor to identify the dialog-template resource on which the property page is based and the string resource containing its caption.

Syntax

COlePropertyPage( UINT idDlg, UINT idCaption );

At a Glance

Header file: Afxctl.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

COlePropertyPage Overview, COlePropertyPage Member Functions, Dialog Box Classes