GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoControl Class / GetControl Method
must not be null, and either this.View == view or this.Document == view.Document
In This Topic
    GetControl Method
    In This Topic
    This is responsible for creating and initializing a Control and adding it to a view, if does not already exist.
    Syntax
    public virtual Control GetControl( 
       GoView view
    )

    Parameters

    view
    must not be null, and either this.View == view or this.Document == view.Document

    Return Value

    A Control, added to the .
    Remarks
    This calls FindControl. If the result is null, this calls CreateControl and remembers the resulting Control in the Map, for FindControl to return.
    See Also