Initial winforms content migrated (#18)

* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
This commit is contained in:
Andy De George
2020-09-01 16:26:21 -07:00
committed by GitHub
parent 1a27c9b107
commit c0ba284473
1557 changed files with 129980 additions and 13 deletions
@@ -0,0 +1,44 @@
---
title: "TabControl Control"
ms.date: "03/30/2017"
helpviewer_keywords:
- "TabControl control [Windows Forms]"
- "tab controls"
- "tab controls [Windows Forms], creating"
- "multipage dialog boxes"
- "dialog boxes [Windows Forms], creating multipage"
- "property pages [Windows Forms], creating"
- "tab dialog boxes"
ms.assetid: 915091af-93ac-4d3d-8283-738dd2d21ea7
---
# TabControl Control (Windows Forms)
The Windows Forms `TabControl` 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. Use the `TabControl` to create property pages.
## In This Section
[TabControl Control Overview](tabcontrol-control-overview-windows-forms.md)
Explains what this control is and its key features and properties.
[How to: Add a Control to a Tab Page](how-to-add-a-control-to-a-tab-page.md)
Gives directions for displaying controls on tab pages.
[How to: Add and Remove Tabs with the Windows Forms TabControl](how-to-add-and-remove-tabs-with-the-windows-forms-tabcontrol.md)
Gives directions for adding and removing tabs in the designer or in code.
[How to: Change the Appearance of the Windows Forms TabControl](how-to-change-the-appearance-of-the-windows-forms-tabcontrol.md)
Gives directions for adjusting properties that affect the appearance of individual tabs.
[How to: Disable Tab Pages](how-to-disable-tab-pages.md)
Explains how to restrict access to a tab page, possibly based on user credentials.
Also see [How to: Add and Remove Tabs with the Windows Forms TabControl Using the Designer](add-and-remove-tabs-with-wf-tabcontrol-using-the-designer.md), [How to: Add a Control to a Tab Page Using the Designer](how-to-add-a-control-to-a-tab-page-using-the-designer.md)
## Reference
<xref:System.Windows.Forms.TabControl> class
Describes this class and has links to all its members.
## Related Sections
[Dialog Boxes in Windows Forms](../dialog-boxes-in-windows-forms.md)
Provides a list of tasks for dialog boxes, which often display tabs.
[Controls to Use on Windows Forms](controls-to-use-on-windows-forms.md)
Provides a complete list of Windows Forms controls, with links to information on their use.