[Browsable(false)] public virtual IList<IGoTool> MouseUpTools {get;}
Property Value
TheIList
of IGoTool may be modified.[Browsable(false)] public virtual IList<IGoTool> MouseUpTools {get;}
IList
of IGoTool may be modified.GoToolManager, an instance of which is normally the DefaultTool, iterates through this list when a mouse up event occurs. The first tool that it finds whose IGoTool.CanStart method returns true becomes this view's current Tool. If no such tool is found, the GoToolManager continues its normal behavior.
By default this returns a list containing only an instance of the GoToolSelecting tool.