Click to return to the Reusing Browser Technology home page    
IHTMLControlElement::get_...     IHTMLControlElement::remo...     IHTMLControlElement Inter...    
Web Workshop  |  Reusing Browser Technology

IHTMLControlElement::get_tabIndex Method


Retrieves the tab index for the object.

Syntax

HRESULT get_tabIndex(
    short *p
); 

Parameters

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

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

The tab index determines the tab selection order.

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

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

IHTMLControlElement::put_tabIndex


Sets the tab index for the object.

Syntax

HRESULT put_tabIndex(
    short v
);

Parameters

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

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

The tab index determines the tab selection order.

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

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


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.