Multiple choice technology programming languages

The CPropertyPage class is declared in which header file?

  1. afxdlg.h header file.

  2. afxdlgs.h header file

  3. afxprp.h header file

  4. afxproppg.h header file

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

CPropertyPage is the class for property sheet pages in MFC and is declared in afxdlgs.h, which contains common dialog classes including property sheets/pages.