browser クラス : Left(int) セッタ

説明

デスクトップ画面上のブラウザの左端の位置を設定します。

構文

instance.Left = value;

代入値

クラス説明
intブラウザの左端の位置。

返り値

無し。

サンプルコード

1:

browser b; // Main-browser

2:

b.Left = 50;

注意

デバイス非依存ピクセル(DIP)で指定してください。

ブラウザの左端がデスクトップ画面の指定の位置に来るようにウインドウ全体を移動します。

参照リンク

無し。

Copyright © Cooker All rights reserved.