PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / OutlineNode Class / OutlineNode Constructor / OutlineNode Constructor(String,C1LinkTarget)
The node caption.
The C1LinkTarget associated with this node.

In This Topic
    OutlineNode Constructor(String,C1LinkTarget)
    In This Topic
    Initializes a new instance of the OutlineNode class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal caption As String, _
       ByVal linkTarget As C1LinkTarget _
    )
    public OutlineNode( 
       string caption,
       C1LinkTarget linkTarget
    )

    Parameters

    caption
    The node caption.
    linkTarget
    The C1LinkTarget associated with this node.
    See Also