Click to return to the Reusing Browser Technology home page    
IHTMLDocument3::get_child...     IHTMLDocument3::get_docum...     IHTMLDocument3 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLDocument3::get_dir Method


Retrieves the reading order of the element.

Syntax

HRESULT get_dir(
    BSTR *p
);

Parameters

p
Address of a string (BSTR) variable that contains the reading order of the element.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

direction


IHTMLDocument3::put_dir Method


Sets the reading order of the element.

Syntax

HRESULT put_dir(
    BSTR v
);

Parameters

v
String (BSTR) variable that contains the reading order of the element to set.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

direction


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.