This method removes all controls from a form.
HRESULT RemoveAll( void );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
IASForm::RemoveAll calls IASControl::Close for each of the controls on the form.
IASControl::Close