ASP.NET Pack Programmer's Guide
DiagramItem.setSelected Method
See Also
 





Sets a value indicating whether a DiagramItem is selected.

Namespace: MindFusion.Diagramming
Package: 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

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace