Click or drag to resize

FormExtensions Methods

The FormExtensions type exposes the following members.

Methods
  Name Description
Public Extension Method RestoreLayout Restores the size and location of the specified windowsForm from the size and location information saved in the application configuration file.
Public Extension Method RestoreLocation(Form) Restores the location of the specified windowsForm from the location information saved in the application configuration file.
Public Extension Method RestoreLocation(Form, String) Restores the location of the specified windowsForm from the location information saved in the application configuration file.
Public Extension Method RestoreSize(Form) Restores the size of the specified windowsForm from the size information saved in the application configuration file.
Public Extension Method RestoreSize(Form, String) Restores the size of the specified windowsForm from the size information saved in the application configuration file.
Public Extension Method SaveLayout Saves the size and location information of the specified windowsForm to the application configuration file.
Public Extension Method SaveLocation(Form) Saves the location information of the specified windowsForm to the application configuration file.
Public Extension Method SaveLocation(Form, String) Saves the location information of the specified windowsForm to the application configuration file.
Public Extension Method SaveSize(Form) Saves the size information of the specified windowsForm to the application configuration file.
Public Extension Method SaveSize(Form, String) Saves the size information of the specified windowsForm to the application configuration file.
Top
See Also