GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoControl Class / CreateControl Method
In This Topic
    CreateControl Method
    In This Topic
    Create a Control by calling the zero argument constructor of the ControlType.
    Syntax
    [UIPermission(UIPermissionWindow.AllWindows)]
    public virtual Control CreateControl( 
       GoView view
    )

    Parameters

    view

    Return Value

    A Control.
    Remarks
    GetControl is reponsible for adding the Control to the view's collection of controls.
    See Also