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





Gets a value indicating whether a DiagramItem is selected.

Namespace: MindFusion.Diagramming
Package: DiagramItem.js

 Syntax

JavaScript  Copy Code

function getSelected ()

 Return Value

Type: Boolean
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