GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ContextClickSingleSelection Property
In This Topic
    ContextClickSingleSelection Property
    In This Topic
    Gets or sets the SingleSelection property of the GoToolContext tool that is in the MouseDownTools list.
    Syntax
    [Category("Selection")]
    [DefaultValue(true)]
    [Description("Whether a context click changes the selection to be only the object at that click point")]
    public virtual bool ContextClickSingleSelection {get; set;}

    Property Value

    The default value is true: a context click changes the selection so that only the object at the click point is selected. Setting this to false permits context menu actions to occur on a multiple selection.
    See Also