The IASForm::RemoveByID method removes a control with a specified identifier from a form.
HRESULT RemoveByID( short ID );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
IASForm::RemoveByID calls IASControl::Close for the control to be removed.