This method removes a control from a form.
HRESULT Remove( IDispatch *pdispControl );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
IASForm::Remove calls IASControl::Close for the control being removed.
IASControl::Close