Click to return to the Reusing Browser Technology home page    
IHTMLElement2::get_Scroll...     IHTMLElement2::get_tagUrn...     IHTMLElement2 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLElement2::get_tabIndex Method


Retrieves the tabIndex property of the element.

Syntax

HRESULT get_tabIndex(
    short *p
);

Parameters

p
Address of a short pointer that contains the tabIndex property.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

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


IHTMLElement2::put_tabIndex Method


Sets the tabIndex property of the element.

Syntax

HRESULT put_tabIndex(
    short v
);

Parameters

v
Short variable that contains the tabIndex property.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

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



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.