height property
Sets or retrieves the height of the object.
Syntax
HRESULT value = object.put_height( v);HRESULT value = object.get_height(* p);
Property values
Type: VARIANT
-
Integer that specifies the height of the object, in pixels.
-
Integer, followed by a percent sign (%). The value is a percentage of the height of the parent object.
Remarks
If you set the value of the corresponding HTML attribute using a percentage, this property specifies the height, in pixels, represented by that percentage.
For more information about how to access the dimension and location of objects on the page through the Dynamic HTML (DHTML) Document Object Model (DOM), see Measuring Element Dimension and Location with CSSOM in Internet Explorer 9.
In Microsoft Internet Explorer 5 it is possible to set the IHTMLInputElement::height property, but doing so has no effect on the rendering of the frame.