Search
ItemListView.addItems Method (DiagramItemList)
See Also
 

Adds the specified items to the end of the list box.

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

 Syntax

Java  Copy Code

public void addItems (
    DiagramItemList items
)

 Parameters

items

The collection of items to add.

 See Also