SHDocVw.IWebBrowser.Height

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Height: Integer read Get_Height write Set_Height;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
SHDocVw.pas
SHDocVw.hpp
SHDocVw IWebBrowser

説明

オブジェクトの高さをピクセル単位で表します。

オブジェクトの高さを判別するには、Height を読み取ります。オブジェクトの高さを変更するには、Height を書き込みます。

関連項目