GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoControl Class / FindControl Method
In This Topic
    FindControl Method
    In This Topic
    This returns the Control that exists for this object in the given view.
    Syntax
    public virtual Control FindControl( 
       GoView view
    )

    Parameters

    view

    Return Value

    a Control, or null if GetControl hasn't been called or if CreateControl returned null
    See Also