Northwoods.GoSilverlight 1.3.5 Assembly
CanStart Method
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace > DiagramTool Class : CanStart Method

This predicate is used by the diagram to decide if this tool can be started.

Syntax

Visual Basic (Declaration) 
Public Overridable Function CanStart() As Boolean
C# 
public virtual 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.

Requirements

See Also

© 2012 All Rights Reserved.