APNSoft Controls [4.5.2.20] - API Reference
TreeViewElement.Clone Method (String)

Creates a duplicate of this element. Child elements are not duplicated.

[Visual Basic]
Overloads Public Function Clone( _
   ByVal NewID As String _
) As TreeViewElement
[C#]
public TreeViewElement Clone(
   string NewID
);

Parameters

NewID
ID of the cloned element.

Return Value

The cloned element.

See Also

TreeViewElement Class | APNSoft.WebControls Namespace | TreeViewElement.Clone Overload List