GoXam for WPF v3
CanStart Method (PanningTool)
Northwoods.GoXam.Tool Namespace > PanningTool Class : CanStart Method
This predicate is used by the diagram to decide if this tool can be started.
Syntax
public override bool CanStart()

Return Value

true if MouseEnabled is true and if the ToolManager can make this tool the current one and then call the DoStart method
Remarks
Overrides of this method should call the base method: if that returns false, the override should return false.
See Also

Reference

PanningTool Class
PanningTool Members