Search
ShapeListBox.AddShapes Method (ShapeCollection)
See Also
 





Adds the shapes from the specified collection to the end of the list box.

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

 Syntax

C#  Copy Code

public void AddShapes (
    ShapeCollection shapes
)

Visual Basic  Copy Code

Public Sub AddShapes( _
    shapes As ShapeCollection _
)

 Parameters

shapes
A collection of Shape objects representing the shapes to be added to the list box.

 See Also