|
|
Form
|
The FormExtensions type exposes the following members.
| 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. |