Skip to content

Latest commit

 

History

History
61 lines (50 loc) · 1.77 KB

File metadata and controls

61 lines (50 loc) · 1.77 KB
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, 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 in the Windows SDK.

What do you want to know more about

See Also

Controls