Height Property
Sets or gets the height of the object.
Syntax
object.Height(Height) [ = Height ]
Possible Values
Height Long that specifies or receives the height, in pixels. The property is read/write. The property has no default value.
Remarks
The WebBrowser object returns the dimensions of the control window; InternetExplorer returns the dimensions of the browser frame.
The values for this property change as the object is resized by the user or by code. Setting this property changes the size of the object.
Applies To
InternetExplorer, WebBrowser
See Also