This method sets the parent of a control.
HRESULT put_Parent( IDispatch *pdispParent );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
An application should not call this method directly. This method is called internally when you associate a control with a form.