IHTMLAnchorElement::get_tabIndexIHTMLAnchorElement::get_tabIndex*
*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.

p
Address of a short integer variable that receives the tab index of the element.

Up Top of Page


IHTMLAnchorElement::put_tabIndex


HRESULT put_tabIndex(
    short v
);

Sets the tab index of the element.

v
Short integer value that specifies the tab index to set.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.