GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolContext Class
Members
In This Topic
    GoToolContext Class
    In This Topic
    The "mode-less" tool used to handle the user's mouse click to invoke a context menu.
    Syntax
    [Serializable()]
    public class GoToolContext : GoTool, IGoTool  
    Remarks
    An instance of this tool is one of the first tools in the default GoView's GoView.MouseDownTools list. By default this will make the object at the mouse point be the only selected object. Set SingleSelection if you want to let users operate a context menu on more than one selected object.
    See Also