Screen.WorkingArea 屬性

定義

取得顯示的工作區域。 工作區域是指顯示的桌面區域,不包括工具列、停駐視窗和停駐工具列。

public:
 property System::Drawing::Rectangle WorkingArea { System::Drawing::Rectangle get(); };
public System.Drawing.Rectangle WorkingArea { get; }
member this.WorkingArea : System.Drawing.Rectangle
Public ReadOnly Property WorkingArea As Rectangle

屬性值

Rectangle,表示顯示的工作區域。

備註

工作區域是指顯示的桌面區域,不包括工具列、停駐視窗和停駐工具列。

WorkingArea 如果 Windows 工作列設定為 [自動隱藏],則會傳回畫面的整個區域,不論工作列目前是否顯示。

適用於

另請參閱