This method places a control in a specified position in the z-order.
HRESULT SetZOrder( IDispatch *pdispControl, IDispatch *pdispControlAfter );
NOERROR indicates success. ASFC_E_CTRL_NOSUCH indicates that one of the two controls is not on the form. If an error occurs, the appropriate HRESULT value is returned.