Search
ShapeListBox.addShapes Method (ShapeList)
See Also
 

Adds a list of Shape objects to the list box.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void addShapes (
    ShapeList shapes
)

 Parameters

shapes

A ShapeList containing the shapes that should be added to the list.

 See Also