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
2b4ea784-a39d-463c-81d8-af74ce068476
TabControl Control Overview (Windows Forms)
The Windows Forms xref:System.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. 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 xref:System.Windows.Forms.TabControl can be used to create property pages, which are used to set a group of related properties.