Tabbed Groups
A tabbed group behaves as a tab control. It renders child regular layout groups as tab pages.
A tabbed group is encapsulated by the TabbedControlGroup class. The tabbed group’s tabs can be accessed with the TabbedControlGroup.TabPages collection. Each item in this collection is a regular layout group (a LayoutControlGroup instance).
Concepts
Task-Based Help
- How to: Create a tabbed group in code
- How to: Create a layout in Regular mode in code
- How to: Create layout groups and items in code
See Also