Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1014 Bytes

tab-controls-and-property-sheets.md

File metadata and controls

21 lines (15 loc) · 1014 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Tab Controls and Property Sheets
Tab Controls and Property Sheets
11/04/2016
property sheets, tab controls
tab controls [MFC], and property sheets
CTabCtrl class [MFC], and property sheets
f3b87bea-9ad9-41e6-a7ff-a9285308267e

Tab Controls and Property Sheets

Property sheets are multiple-page dialogs or "tab dialogs" that can display up to 24 dialog template resources to the user. For examples of property sheets, see the Windows Display Properties dialog box or the following MFC sample application:

CMNCTRL1: Demonstrates Common Control Classes, Part 1

CMNCTRL2: Demonstrates Common Control Classes, Part 2

Property sheets can be easily implemented using the MFC class CPropertySheet.

See also

Using CTabCtrl
Controls