SHDocVw.IWebBrowser.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Integer read Get_Height write Set_Height;

C++

__property int Height = {read=_scw_Get_Height, write=Set_Height};

Properties

Type Visibility Source Unit Parent
property public
SHDocVw.pas
SHDocVw.hpp
SHDocVw IWebBrowser

Description

Specifies the object height in pixels.

Read Height to determine the height of the object. Write Height to modify the height of the object.

See Also