Inserts the specified tabbed group at a position relative to an item within the root group.
public TabbedControlGroup AddTabbedGroup( TabbedGroup newTabbedGroup, BaseLayoutItem baseItem, InsertType insertType )
Public Function AddTabbedGroup( ByVal newTabbedGroup As TabbedGroup, ByVal baseItem As BaseLayoutItem, ByVal insertType As InsertType ) As TabbedControlGroup
This method calls the root group's LayoutControlGroup.AddTabbedGroup method. For more information, refer to the description of the corresponding LayoutGroup.AddTabbedGroup method overload.