GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / CreateSelection Method
In This Topic
    CreateSelection Method
    In This Topic
    This method is called by the constructor to create a selection collection for this view.
    Syntax
    public virtual GoSelection CreateSelection()

    Return Value

    Remarks
    If you need to use your own subclass of GoSelection, this is the place to create it.
    See Also