Search
LayerListViewItem Constructor
See Also
 





Initializes a new instance of the LayerListViewItem class.

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

 Syntax

C#  Copy Code

public LayerListViewItem (
    LayerListView parent,
    Layer layer
)

Visual Basic  Copy Code

Public New ( _
    parent As LayerListView, _
    layer As Layer _
)

 Parameters

parent

The parent control of this item.

layer

The layer represented by this item.

 See Also