C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / OutlineNode Class / Clone Method

In This Topic
Clone Method (OutlineNode)
In This Topic
Creates a copy of the current OutlineNode. This method NOT copies Children property.
Syntax
'Declaration
 
Public Function Clone() As OutlineNode
 

Return Value

The newly created object.
See Also