Infragistics2.Win.UltraWinTree.v8.1
Clone Method
See Also 
Infragistics.Win.UltraWinTree Namespace > SelectedNodesCollection Class : Clone Method

Returns a copy of this SelectedNodesCollection.

Syntax

Visual Basic (Declaration) 
Public Overridable Function Clone() As Object
C# 
public virtual object Clone()

Return Value

A reference to the new SelectedNodesCollection

See Also