Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.86 KB

property-sheets-mfc.md

File metadata and controls

44 lines (32 loc) · 1.86 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Property Sheets (MFC) | Microsoft Docs
11/04/2016
cpp-windows
article
C++
dialog boxes [MFC], tabs
property sheets
dialog boxes [MFC], property sheets
tab dialog boxes
09439f65-921d-45a2-b3cc-e13884a087b1
11
mikeblome
mblome
ghogen

Property Sheets (MFC)

This family of articles explains how to implement support for property sheets in MFC applications. A property sheet, also known as a tab dialog box, provides a way to manage large numbers of controls in a dialog box. The property sheet contains property pages, each based on a separate dialog template resource. You can divide your dialog box's controls into logical groups and put each group on its own property page.

What do you want to know more about

See Also

User Interface Elements