MindFusion WinForms Programmer's Guide
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

AddShapes Method Overload List
ShapeListBox Members
ShapeListBox Class
MindFusion.Diagramming.WinForms Namespace
AddShape Method
ClearShapes Method