Files
docs-desktop/dotnet-desktop-guide/framework/winforms/controls/tabcontrol-control-windows-forms.md
Andy De George c0ba284473 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
2020-09-01 16:26:21 -07:00

2.2 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
TabControl Control 03/30/2017
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
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
Explains what this control is and its key features and properties.

How to: Add a Control to a Tab Page
Gives directions for displaying controls on tab pages.

How to: Add and Remove Tabs with the Windows Forms TabControl
Gives directions for adding and removing tabs in the designer or in code.

How to: Change the Appearance of the Windows Forms TabControl
Gives directions for adjusting properties that affect the appearance of individual tabs.

How to: Disable Tab Pages
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, How to: Add a Control to a Tab Page Using the Designer

Reference

xref:System.Windows.Forms.TabControl class
Describes this class and has links to all its members.

Dialog Boxes in Windows Forms
Provides a list of tasks for dialog boxes, which often display tabs.

Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.