Search
NodeListView Class
See Also
 





Represents a list box with MindFusion.Diagramming.DiagramNode objects.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public class NodeListView : UserControl

Visual Basic  Copy Code

Public Class NodeListView
    Inherits UserControl

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                    System.Windows.Forms.ContainerControl
                        System.Windows.Forms.UserControl
                            MindFusion.Diagramming.WinForms.NodeListView

 See Also