Click to return to the Reusing Browser Technology home page    
IHTMLInputElement::get_fo...     IHTMLInputElement::get_hs...     IHTMLInputElement Interfa...    
Web Workshop  |  Reusing Browser Technology

IHTMLInputElement::get_height Method


Retrieves the calculated height of the element, in pixels.

Syntax

HRESULT get_height(
    long *p
);

Parameters

p
Address of a long variable that receives the height.

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.


IHTMLInputElement::put_height Method


Sets the calculated height of the element, in pixels.

Syntax

HRESULT put_height(
    long v
);

Parameters

v
Long value that specifies the height to set.

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.



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.