Contents Index Topic Contents | ||
Previous Topic: IHTMLAnchorElement::get_search Next Topic: IHTMLAnchorElement::get_target |
IHTMLAnchorElement::get_tabIndex
HRESULT get_tabIndex( short *p );Retrieves the tab index of the Anchor element.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a short integer variable that receives the tab index of the element.
IHTMLAnchorElement::put_tabIndex
HRESULT put_tabIndex( short v );Sets the tab index of the element.
- Returns S_OK if successful, or an error value otherwise.
- v
- Short integer value that specifies the tab index to set.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.