GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoControl Class / DisposeControl Method
In This Topic
    DisposeControl Method
    In This Topic
    This method is called when a Control created by CreateControl needs to be removed from a view.
    Syntax
    public virtual void DisposeControl( 
       Control comp,
       GoView view
    )

    Parameters

    comp
    view
    Remarks
    By default this also calls Control.Dispose(). If the view is in "edit" mode using this GoControl, the Control is removed and disposed by the view, after EditControl is set to null.
    See Also