GoXam for WPF v3
FindMouseTool<T> Method
Northwoods.GoXam Namespace > Diagram Class : FindMouseTool<T> Method
this must implement Northwoods.GoXam.Tool.IDiagramTool
If true, a matching tool may be a subclass of T; otherwise the tool must be of exactly the same type.
Find a mouse tool of a given type.
Syntax
public T FindMouseTool<T>( 
   bool subclass
)
where T: IDiagramTool

Parameters

subclass
If true, a matching tool may be a subclass of T; otherwise the tool must be of exactly the same type.

Type Parameters

T
this must implement Northwoods.GoXam.Tool.IDiagramTool
Remarks
This searches the MouseDownTools, MouseMoveTools, and MouseUpTools lists.
See Also

Reference

Diagram Class
Diagram Members