DiagramLite Programmer's Guide
Diagram.Enabled Property
See Also
 





Enables or disables handling of mouse events.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public bool Enabled { get; set; }

Visual Basic  Copy Code

Public Property Enabled As Boolean

 Property Value

true to enable mouse input handling; otherwise, false. The default value is true.

 Remarks

Setting this property to false is similar to Behavior.DoNothing, but in addition there aren't any item click events raised.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace