[]
Initializes a new instance of the OutlineNode class.
public OutlineNode()
Public Sub New()
Initializes a new instance of the OutlineNode class.
public OutlineNode(string caption)
Public Sub New(caption As String)
| Type | Name | Description |
|---|---|---|
| string | caption | The node caption. |
Initializes a new instance of the OutlineNode class.
public OutlineNode(string caption, IDocumentLocation location)
Public Sub New(caption As String, location As IDocumentLocation)
| Type | Name | Description |
|---|---|---|
| string | caption | The node caption. |
| IDocumentLocation | location | The location within a document associated with the current node. |
Initializes a new instance of the OutlineNode class.
public OutlineNode(string caption, C1LinkTarget linkTarget)
Public Sub New(caption As String, linkTarget As C1LinkTarget)
| Type | Name | Description |
|---|---|---|
| string | caption | The node caption. |
| C1LinkTarget | linkTarget | The C1LinkTarget associated with this node. |
Initializes a new instance of the OutlineNode class.
public OutlineNode(string caption, IDocumentLocation location, Icon icon)
Public Sub New(caption As String, location As IDocumentLocation, icon As Icon)
| 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. |