Contents Index Topic Contents | ||
Previous Topic: IHTMLInputTextElement::get_maxLength Next Topic: IHTMLInputTextElement::put_onchange |
IHTMLInputTextElement::select
HRESULT select( void );Highlights the input area of a form element.
- Returns S_OK if successful, or an error value otherwise.
You can use the select method with the focus method to highlight a field and position the cursor for a user response.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.