Contents Index Topic Contents | ||
Previous Topic: IHTMLWindow2::alert Next Topic: IHTMLWindow2::clearInterval |
IHTMLWindow2::blur
HRESULT blur( void );Causes the window to lose focus and fires the onblur event.
- Returns S_OK if successful, or an error value otherwise.
See also focus
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.