Search
Diagram.Enabled Property
See Also
 






Disables handling of mouse events. The diagram is not interactive similar to Behavior.DoNothing, but item events are not raised.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Enabled { get; set; }

Visual Basic  Copy Code

Public Property Enabled As Boolean

 Property Value

true to enable mouse/touch 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