NetXP 3.0 Reference
TabbedGroups.NextNode Method
Finds the next node.
[Visual Basic]
Public Function NextNode( _
ByVal
current
As
TabGroupNode
_
) As
TabGroupNode
[C#]
public
TabGroupNode
NextNode(
TabGroupNode
current
);
Parameters
current
Current node.
Return Value
The next node.
See Also
TabbedGroups Class
|
NETXP.Controls.Docking Namespace