PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 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
    public OutlineNode Clone()

    Return Value

    The newly created object.
    See Also