次の方法で共有


SystemInformation.WorkingArea プロパティ

作業領域のサイズ (ピクセル単位) を取得します。

Public Shared ReadOnly Property WorkingArea As Rectangle
[C#]
public static Rectangle WorkingArea {get;}
[C++]
public: __property static Rectangle get_WorkingArea();
[JScript]
public static function get WorkingArea() : Rectangle;

プロパティ値

作業領域のサイズをピクセル単位で表す Rectangle

解説

WorkingArea を使用して、アプリケーションで使用できる画面上の範囲を確認できます。作業領域とは、画面上で、Windows デスクトップにドッキングされているオペレーティング システム トレイや他のトップ レベル ウィンドウによって隠されていない部分のことです。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

SystemInformation クラス | SystemInformation メンバ | System.Windows.Forms 名前空間 | SystemInformation | Rectangle