Click to return to the Reusing Browser Technology home page    
IHTMLStyle::get_posHeight...     IHTMLStyle::get_posLeft M...     IHTMLStyle Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLStyle::get_position Method


Retrieves the value of the position property for the object. The property specifies whether the object can be positioned and, if so, the position of the object relative to its parent object.

Syntax

HRESULT get_position(
    BSTR *p 
);

Return Value

Returns S_OK if successful, or an error code otherwise.

Parameters

p
Address of a variable that receives the value of the property. For details, see the position property. This variable receives NULL if the property is not set.

Remarks

The position property is not inherited.

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.