SHDocVw.IWebBrowser.Set_Height

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

Delphi

procedure Set_Height(pl: Integer); safecall;

C++

virtual HRESULT __safecall Set_Height(int pl) = 0 ;

プロパティ

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


説明

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

オブジェクトの高さを変更するには、Set_Height を使用します。

関連項目