ASP.NET Pack Programmer's Guide
DiagramNode.getEnabledHandles Method
See Also
 





Gets the kinds of modifications that end-users are permitted to perform on the node.

Namespace: MindFusion.Diagramming
Package: DiagramNode.js

 Syntax

JavaScript  Copy Code

function getEnabledHandles ()

 Return Value

A combination of the AdjustmentHandles enumeration members.

 Remarks

Disabling some selection handles allows restricting the types of modifications that users can perform on a node. Call setEnabledHandles method to do that.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace