Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the calculated height of the element, in pixels.
Syntax
HRESULT get_height( long *p );
Parameters
- p
- Address of a variable that receives the height.
Return Value
Returns S_OK if successful, or an error value 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.
See Also
put_height
Sets the calculated height of the element, in pixels.
Syntax
HRESULT put_height( long v );
Parameters
- v
- Value specifying the height.
Return Value
Returns S_OK if successful, or an error value 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.
See Also
get_height, IHTMLInputImage
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.