Adds a new node to the end of the list view.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void AddNode ( |
Visual Basic
Copy Code
|
|---|
Public Sub AddNode( _ |
The node to add.
The text to be displayed for the node.
See Also