windowsforms-2248-controls-and-libraries-form-layout-managers-layout-and-data-layout-controls-tabbed-groups-creating-tabbed-groups.md
This document shows how you can create tabbed groups at design and runtime.
To create a new tabbed group do the following.
Select a layout item by clicking it with the mouse (or select multiple adjacent layout items by clicking them while holding the SHIFT key down).
Right-click the selection to open the Context Menu and then choose the Create Tabbed Group command.
Right-click the tab and select Rename in the context menu to give a meaningful caption to the tab.
To add a new tab, right-click the tab group’s header region and select the Add Tab command. You can then add existing items to this tab using drag-and-drop.
Another way to add a tab is by dragging an existing group to the tab header region.
Tabbed groups can be created in code using the following methods.
A newly created tabbed group is always empty. To add tab pages to this group, use the TabbedControlGroup.AddTabPage method.
See Also