IHTMLControlElement::get_tabIndexIHTMLControlElement::get_tabIndex*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLControlElement::put_tabIndex
*Next Topic: IHTMLControlElement::focus

IHTMLControlElement::get_tabIndex


HRESULT get_tabIndex(
    short *p
);

Retrieves the tab index for the object.

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

Tab selection order is determined by the value of the tabIndex property as follows:

See also put_tabIndex

Up Top of Page


IHTMLControlElement::put_tabIndex


HRESULT put_tabIndex(
    short v
);

Sets the tab index for the object. The tab index determines the tab selection order.

v
Short integer value specifying the tab index.

Tab selection order is determined by the value of the tabIndex property as follows:

See also get_tabIndex


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