Tuesday, 14 February 2017

PROPERTY SHEET/TABBED DIALOG BOX

Ø It is a windows common control.
Ø CPropertySheet class is used for creating a Property sheet.
Ø CPropertyPage class used for creating each property page.
Ø All common control classes are declared in afxcmn.h.
Ø It provides a user interface element that allows a user to fill up lots of categorized information into small dialog box.
Ø A property may contain multiple property pages. The user selects the pages by clicking on their tabs.
Ø CPropertySheet class is derived from CWnd Class.

Ø CPropertyPage class is derived from CDialog Class.

No comments:
Write comments