SHDocVw.IWebBrowser.Left

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

Delphi

property Left: Integer read Get_Left write Set_Left;

C++

__property int Left = {read=_scw_Get_Left, write=Set_Left};

プロパティ

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

説明

ウィンドウの左端の X 座標を表します。

ウィンドウの左端の座標を判別するには、Left を読み取ります。ウィンドウの左端の座標(ウィンドウの X 軸上の位置)を変更するには、Left を書き込みます。

関連項目