NetXP 3.0 Reference
TabGroupNode Constructor
Constructs a new tab group node.
[Visual Basic]
Public Sub New( _
ByVal
tabbedGroups
As
TabbedGroups
, _
ByVal
parent
As
TabGroupBase
_
)
[C#]
public TabGroupNode(
TabbedGroups
tabbedGroups
,
TabGroupBase
parent
);
Parameters
tabbedGroups
The parent control.
parent
The parent group.
See Also
TabGroupNode Class
|
NETXP.Controls.Docking Namespace