MindFusion.Diagramming for JavaScript Programmer's Guide

DiagramItem.setSelected Method

See Also
 





Sets a value indicating whether a DiagramItem is selected.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

function setSelected (value)

 Parameters

value

true if the item is selected; otherwise, false.

 Remarks

Use the property to check which items are selected by the user, or to programmatically select items if needed.

 See Also