|   | Form | 
 Inheritance Hierarchy
Inheritance Hierarchy
         Syntax
SyntaxThe FormExtensions type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | RestoreLayout | Restores the size and location of the specified windowsForm from the size and location information saved in the application configuration file. | 
|  | RestoreLocation(Form) | Restores the location of the specified windowsForm from the location information saved in the application configuration file. | 
|  | RestoreLocation(Form, String) | Restores the location of the specified windowsForm from the location information saved in the application configuration file. | 
|  | RestoreSize(Form) | Restores the size of the specified windowsForm from the size information saved in the application configuration file. | 
|  | RestoreSize(Form, String) | Restores the size of the specified windowsForm from the size information saved in the application configuration file. | 
|  | SaveLayout | Saves the size and location information of the specified windowsForm to the application configuration file. | 
|  | SaveLocation(Form) | Saves the location information of the specified windowsForm to the application configuration file. | 
|  | SaveLocation(Form, String) | Saves the location information of the specified windowsForm to the application configuration file. | 
|  | SaveSize(Form) | Saves the size information of the specified windowsForm to the application configuration file. | 
|  | SaveSize(Form, String) | Saves the size information of the specified windowsForm to the application configuration file. | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | LastWindowLocationSettingsCategory | Config file category under which the window location information will be saved. | 
|   | LastWindowSizeSettingsCategory | Config file category under which the window size information will be saved. | 
 See Also
See Also