NetXP 3.0 Reference

TabGroupBase Constructor (TabbedGroups, TabGroupBase)

Constructs a new tabbed group.

[Visual Basic]
Overloads Public Sub New( _
   ByVal tabbedGroups As TabbedGroups, _
   ByVal parent As TabGroupBase _
)
[C#]
public TabGroupBase(
   TabbedGroups tabbedGroups,
   TabGroupBase parent
);

Parameters

tabbedGroups
The parent control.
parent
Parent group.

See Also

TabGroupBase Class | NETXP.Controls.Docking Namespace | TabGroupBase Constructor Overload List