Skip to main content

Tabbed Groups

A tabbed group behaves as a tab control. It renders child regular layout groups as tab pages.

CD_TabbedGroup

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

See Also