Initializes a new instance of the OutlineNode class.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public OutlineNode( string caption, IDocumentLocation location, Icon icon ) |
Visual Basic |
---|
Public Sub New ( _ caption As String, _ location As IDocumentLocation, _ icon As Icon _ ) |
Parameters
- caption
- Type: System..::..String
The node caption.
- location
- Type: C1.C1Preview..::..IDocumentLocation
The location within a document associated with the current node.
- icon
- Type: System.Drawing..::..Icon
The icon associated with the current node.