GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolDragging Class / DragSelection Property
In This Topic
    DragSelection Property
    In This Topic
    Gets or sets the alternative selection collection, holding an image of the view's selection.
    Syntax
    public GoSelection DragSelection {get; set;}
    Remarks
    This is created by CreateDragSelection, and is reset by ClearDragSelection.
    See Also