[]
        
(Showing Draft Content)

C1.C1Preview.OutlineNode.-ctor

OutlineNode Constructor

OutlineNode()

Initializes a new instance of the OutlineNode class.

Declaration
public OutlineNode()
Public Sub New()

OutlineNode(string)

Initializes a new instance of the OutlineNode class.

Declaration
public OutlineNode(string caption)
Public Sub New(caption As String)
Parameters
Type Name Description
string caption

The node caption.

OutlineNode(string, IDocumentLocation)

Initializes a new instance of the OutlineNode class.

Declaration
public OutlineNode(string caption, IDocumentLocation location)
Public Sub New(caption As String, location As IDocumentLocation)
Parameters
Type Name Description
string caption

The node caption.

IDocumentLocation location

The location within a document associated with the current node.

OutlineNode(string, C1LinkTarget)

Initializes a new instance of the OutlineNode class.

Declaration
public OutlineNode(string caption, C1LinkTarget linkTarget)
Public Sub New(caption As String, linkTarget As C1LinkTarget)
Parameters
Type Name Description
string caption

The node caption.

C1LinkTarget linkTarget

The C1LinkTarget associated with this node.

OutlineNode(string, IDocumentLocation, Icon)

Initializes a new instance of the OutlineNode class.

Declaration
public OutlineNode(string caption, IDocumentLocation location, Icon icon)
Public Sub New(caption As String, location As IDocumentLocation, icon As Icon)
Parameters
Type Name Description
string caption

The node caption.

IDocumentLocation location

The location within a document associated with the current node.

Icon icon

The icon associated with the current node.