Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.04 KB

working-with-a-tab-control.md

File metadata and controls

23 lines (16 loc) · 1.04 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Working with a Tab Control
Working with a Tab Control
11/04/2016
CTabCtrl class [MFC], using
tab controls [MFC], working with
tab controls [MFC], using
819488e3-4944-44b7-9483-195edb8e0aed

Working with a Tab Control

The easiest way to use a tab control (CTabCtrl) is by adding it to a dialog template resource with the dialog editor. You can also use a tab control by itself. MFC calls InitCommonControls for you. The key tasks are as follows:

If the tab control object is embedded in a parent view or dialog class, the control is destroyed when the parent is destroyed.

See also

Using CTabCtrl
Controls