Here is a declaration of property class
class CMyPropertyPage 11 : public CPropertyPage
Here is the definition
CMyPropertyPage 11::CMyProperty Page11() : CPropertyPage(C MyPropertyPage1 1::IDD)
I really do not understand the role of the
CPropertyPage(C MyPropertyPage1 1::IDD)
But I need to derive CMyPropertyPage 11 from another CPropertyPage, say CBasePropertyPa ge adn really need to know how to implement the CPropertyPage(C MyPropertyPage1 1::IDD) initialization again.
class CMyPropertyPage 11 : public CPropertyPage
Here is the definition
CMyPropertyPage 11::CMyProperty Page11() : CPropertyPage(C MyPropertyPage1 1::IDD)
I really do not understand the role of the
CPropertyPage(C MyPropertyPage1 1::IDD)
But I need to derive CMyPropertyPage 11 from another CPropertyPage, say CBasePropertyPa ge adn really need to know how to implement the CPropertyPage(C MyPropertyPage1 1::IDD) initialization again.
Comment