Name | Description | |
---|---|---|
OutlineNode Constructor | Overloaded. |
The following tables list the members exposed by OutlineNode.
Name | Description | |
---|---|---|
OutlineNode Constructor | Overloaded. |
Name | Description | |
---|---|---|
Caption | Gets or sets the UI string used to represent the current node. | |
Children | Gets the collection of child nodes of the current node. Note that accessing this property initializes the collection if it has not been initialized yet. To test whether there are child nodes without this side effect, use the OutlineNode.HasChildren property. | |
Document | Gets the C1PrintDocument containing the current node tree. | |
HasChildren | Gets a value indicating whether the OutlineNode.Children collection of the current node has been initialized and contains at least one element. | |
Icon | Gets or sets the icon used to represent the current node. | |
IconName | Gets or sets the name in the C1PrintDocument.Dictionary of the icon used to represent the current node. | |
Level | Gets the nesting level of the current node within the nodes' tree (top-level nodes have level 0). | |
LinkTarget | Determines the target of the current hyperlink. | |
Location | Gets or sets the IDocumentLocation associated with the current node. | |
Owner | Gets the OutlineNodeCollection containing the current node. | |
Parent | Gets the OutlineNode which is the parent of the current node. | |
TopParent | Gets the OutlineNode that is the root of the current node tree. |
Name | Description | |
---|---|---|
Clone | Creates a copy of the current OutlineNode. This method NOT copies Children property. |