GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolDragging Class / SelectsWhenStarts Property
In This Topic
    SelectsWhenStarts Property
    In This Topic
    Control whether Start may modify the view's selection.
    Syntax
    public bool SelectsWhenStarts {get; set;}

    Property Value

    This defaults to true--Start changes the selection based on where the mouse is and what modifier keys are in effect.
    Remarks
    You would set this to false when using this tool in a modal fashion, where your code has already specified the objects to be dragged in the view's GoSelection. If you set this property to true, you should also set MoveOffset and CurrentObject.
    See Also