ClickSelectingTool

StockSharp.Xaml.Diagram.GXDiagram.Tool

The ClickSelectingTool selects and deselects objects upon a click.

Inherits: DiagramTool

Methods

CanStart
public override bool CanStart()
result = clickSelectingTool.CanStart()

This tool can run when the diagram allows selection and there was a click.

DoMouseUp
public override void DoMouseUp()
clickSelectingTool.DoMouseUp()

Upon a click, call StandardMouseSelect and stop this tool.