SHDocVw.IWebBrowser.Width

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

Delphi

property Width: Integer read Get_Width write Set_Width;

C++

__property int Width = {read=_scw_Get_Width, write=Set_Width};

プロパティ

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

説明

オブジェクトの幅をピクセル単位で指定します。 Specifies the object width in pixels.

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

関連項目