GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolSelecting Class
Members
In This Topic
    GoToolSelecting Class
    In This Topic
    This tool, normally the last tool considered by the tool manager, handles a possible change of selection by the user.
    Syntax
    [Serializable()]
    public class GoToolSelecting : GoTool, IGoTool  
    Remarks
    This tool assumes it is being invoked due to a mouse up, so it need not expect any additional mouse events. In other words, it is expected to be used modelessly, as one of the GoView.MouseUpTools. No transaction is performed by this tool, although it is possible (but unconventional) that selecting an object or clicking on it might perform one.
    See Also