DroidDiagram Programmer's Guide
Selection.setAllowMultipleSelection Method
See Also
 






Sets a value indicating whether users are allowed to select multiple items.

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

 Syntax

Java  Copy Code

public void setAllowMultipleSelection (
    boolean value
)

 Parameters

value

true if users are allowed to selectmultiple items, otherwise false.

 See Also

Selection Members
Selection Class
com.mindfusion.diagramming Namespace