DisplayArea.WorkArea プロパティ

定義

X、Y オフセットが表示領域の DisplayArea境界内にある の作業領域の四角形を取得します。

public:
 property RectInt32 WorkArea { RectInt32 get(); };
RectInt32 WorkArea();
public RectInt32 WorkArea { get; }
var rectInt32 = displayArea.workArea;
Public ReadOnly Property WorkArea As RectInt32

プロパティ値

の作業領域の DisplayArea四角形。

注釈

ディスプレイの 作業領域 は、タスク バー、ドッキング されたウィンドウ、ドッキングされたツール バーを除外するデスクトップ ディスプレイの一部です。

適用対象

こちらもご覧ください