Search
LayerListView Class
See Also
 





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

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

 Syntax

C#  Copy Code

public class LayerListView : Panel

Visual Basic  Copy Code

Public Class LayerListView
    Inherits Panel

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                    System.Windows.Forms.Panel
                        MindFusion.Diagramming.WinForms.LayerListView

 See Also