Form.RestoreBounds 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得處於正常視窗狀態下的表單之位置和大小。
public:
property System::Drawing::Rectangle RestoreBounds { System::Drawing::Rectangle get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Rectangle RestoreBounds { get; }
[<System.ComponentModel.Browsable(false)>]
member this.RestoreBounds : System.Drawing.Rectangle
Public ReadOnly Property RestoreBounds As Rectangle
屬性值
Rectangle,包含處於正常視窗狀態下的表單位置和大小。
- 屬性
備註
一般而言,您會使用 RestoreBounds 屬性來追蹤表單在正常視窗狀態中的視窗大小和位置喜好設定。 追蹤使用者的視窗喜好設定時,您應該同時追蹤 和 RestoreBounds 屬性的值 WindowState 。
注意
只有當 類別的 RestoreBounds Form 屬性不等於 Normal 時 WindowState ,屬性的值才有效。