--- title: "Using CTabCtrl | Microsoft Docs" ms.custom: "" ms.date: "11/04/2016" ms.reviewer: "" ms.suite: "" ms.technology: - "cpp-windows" ms.tgt_pltfrm: "" ms.topic: "article" f1_keywords: - "CTabCtrl" dev_langs: - "C++" helpviewer_keywords: - "CTabCtrl class, using" - "tab controls, using" ms.assetid: 6bda6798-0085-4c09-a5ea-fe0e97af5c95 caps.latest.revision: 13 author: "mikeblome" ms.author: "mblome" manager: "ghogen" translation.priority.ht: - "cs-cz" - "de-de" - "es-es" - "fr-fr" - "it-it" - "ja-jp" - "ko-kr" - "pl-pl" - "pt-br" - "ru-ru" - "tr-tr" - "zh-cn" - "zh-tw" --- # Using CTabCtrl A "tab control" is analogous to the dividers in a notebook or the labeled folders in a file cabinet. Use the tab control, represented by class [CTabCtrl](../mfc/reference/ctabctrl-class.md), to show multiple pages of information or controls to a user, one at a time, in a format that suggests a peer or logical relationship between each page. For more information on tab controls, see [Tab Controls](http://msdn.microsoft.com/library/windows/desktop/bb760550) in the Windows SDK. ## What do you want to know more about - [Tab Controls and Property Sheets](../mfc/tab-controls-and-property-sheets.md) - [Tabs and Tab Control Attributes](../mfc/tabs-and-tab-control-attributes.md) - [Making Owner-Drawn Tabs](../mfc/making-owner-drawn-tabs.md) - [Working with a Tab Control](../mfc/working-with-a-tab-control.md) - [Creating the Tab Control](../mfc/creating-the-tab-control.md) - [Adding Tabs to a Tab Control](../mfc/adding-tabs-to-a-tab-control.md) - [Processing Tab Control Notification Messages](../mfc/processing-tab-control-notification-messages.md) ## See Also [Controls](../mfc/controls-mfc.md)