--- title: "TabControl Control Overview" ms.date: "03/30/2017" f1_keywords: - "TabControl" helpviewer_keywords: - "TabControl control [Windows Forms], about TabControl control" - "tab pages [Windows Forms], about tab pages" - "property pages [Windows Forms], Windows Forms" - "Windows Forms dialog boxes [Windows Forms], tabs" ms.assetid: 2b4ea784-a39d-463c-81d8-af74ce068476 --- # TabControl Control Overview (Windows Forms) The Windows Forms displays multiple tabs, like dividers in a notebook or labels in a set of folders in a filing cabinet. The tabs can contain pictures and other controls. You can use the tab control to produce the kind of multiple-page dialog box that appears many places in the Windows operating system, such as the Control Panel Display Properties. Additionally, the can be used to create property pages, which are used to set a group of related properties. ## Working with TabControl The most important property of the is , which contains the individual tabs. Each individual tab is a object. When a tab is clicked, it raises the event for that object. ## See also - - [TabControl Control](tabcontrol-control-windows-forms.md) - [How to: Change the Appearance of the Windows Forms TabControl](how-to-change-the-appearance-of-the-windows-forms-tabcontrol.md) - [How to: Add a Control to a Tab Page](how-to-add-a-control-to-a-tab-page.md) - [How to: Add and Remove Tabs with the Windows Forms TabControl](how-to-add-and-remove-tabs-with-the-windows-forms-tabcontrol.md) - [How to: Disable Tab Pages](how-to-disable-tab-pages.md) - [Dialog Boxes in Windows Forms](../dialog-boxes-in-windows-forms.md)