Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic KaxTreeNode Clone()
Public Function Clone As KaxTreeNode
public:
KaxTreeNode^ Clone()
member Clone : unit -> KaxTreeNode
Return Value
Type:
KaxTreeNode
A
KaxTreeNode which is a copy of the current one.
Remarks
Use the Clone method to create a copy of the current node. All
properties of the clone are set to the same values as the current ones. Child nodes are
copied as well.
See Also