Northwoods.GoWPF 2.2.4 Assembly
MouseUpTools Property

Gets the list of Northwoods.GoXam.Tool.IDiagramTools searched by the Northwoods.GoXam.Tool.ToolManager to look for tools to run upon a mouse up event.
Syntax
<CategoryAttribute("Tools")>
Public ReadOnly Property MouseUpTools As IList(Of IDiagramTool)
[CategoryAttribute("Tools")]
public IList<IDiagramTool> MouseUpTools {get;}

Property Value

The initial value is a list of instances of the following tools: Northwoods.GoXam.Diagram.TextEditingToolP:Northwoods.GoXam.Diagram.ClickSelectingTool
Remarks
When explicitly adding a tool to this list because it is not one of the types listed above, be sure to remember to set its Northwoods.GoXam.Tool.IDiagramTool.Diagram backpointer to refer to this diagram.
Requirements
See Also

Reference

Diagram Class
Diagram Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback