GoXam for WPF v3
CanStart Method (ResizingTool)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Tool Namespace
>
ResizingTool Class
: CanStart Method
This predicate is used by the diagram to decide if this tool can be started.
Syntax
C#
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
ResizingTool Class
ResizingTool Members