Click to return to the Reusing Browser Technology home page    
IHTMLEmbedElement Interfa...     IHTMLEmbedElement::get_hi...     IHTMLEmbedElement Interfa...    
Web Workshop  |  Reusing Browser Technology

IHTMLEmbedElement::get_height Method


Retrieves the calculated height of the element, in pixels.

Syntax

HRESULT get_height(
    VARIANT *p
);

Parameters

p
Address of a VARIANT structure that receives the height. For details, see the height property.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

If the value of the corresponding HTML attribute was set using a percentage, this property specifies the height, in pixels, represented by that percentage.

Windows CE

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

IHTMLEmbedElement::put_height Method


Sets the calculated height of the element, in pixels.

Syntax

HRESULT put_height(
    VARIANT v
);

Parameters

v
VARIANT structure that contains the value that specifies the height to set. For details, see the height property.

Return Value

Returns S_OK if successful, or an error code otherwise.

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.