This method sets the focus to a specified control.
HRESULT SetFocus( IDispatch *pdispControl );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
Controls that do not receive user input such as a Clock control or a Label control do not accept focus.