Enables or disables handling of mouse events.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public bool Enabled { get; set; } |
Visual Basic Copy Code |
---|
Public Property Enabled As Boolean |
true to enable mouse input handling; otherwise, false. The default value is true.
Setting this property to false is similar to Behavior.DoNothing, but in addition there aren't any item click events raised.