Documentation for this section has not yet been entered.
Typically, you use the Form.RestoreBounds property to track the user's window size and position preferences for the form in its normal window state. You should track both the value of the Form.WindowState and Form.RestoreBounds properties when tracking the user's window preferences.
The value of the Form.RestoreBounds property is valid only when the Form.WindowState property of the System.Windows.Forms.Form class is not equal to FormWindowState.Normal.