GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / Selection Property
In This Topic
    Selection Property (GoView)
    In This Topic
    Gets the view's selection object.
    Syntax
    [Browsable(false)]
    public virtual GoSelection Selection {get;}

    Property Value

    The view's GoSelection collection is created by a call to CreateSelection during construction.
    See Also