GoXam for WPF v3
MouseEnabled Property
Northwoods.GoXam.Tool Namespace > DiagramTool Class : MouseEnabled Property
Gets or sets whether this tool can be started by a mouse event.
Syntax
public bool MouseEnabled {get; set;}

Property Value

The default value is true. Set this to false to prevent CanStart from returning true.
Remarks

Setting this property to false should prevent this tool from being used in a mode-less fashion with a mouse down/move/up event.

However, even when this property is false, this tool can still be used in a modal fashion: this tool can still be started by explicitly setting the Northwoods.GoXam.Diagram.CurrentTool property to this tool.

See Also

Reference

DiagramTool Class
DiagramTool Members