Form.RestoreBounds プロパティ

定義

通常のウィンドウ状態におけるフォームの位置とサイズを取得します。

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

通常のウィンドウ状態におけるフォームの位置とサイズを含む Rectangle

属性

注釈

通常、このプロパティを RestoreBounds 使用して、通常のウィンドウ状態のフォームのユーザーのウィンドウ サイズと位置の設定を追跡します。 ユーザーのウィンドウ設定を追跡するときは、 WindowState プロパティと RestoreBounds プロパティの両方の値を追跡する必要があります。

注意

プロパティのRestoreBounds値は、クラスのプロパティFormWindowState等しくないNormal場合にのみ有効です。

適用対象