Initializes a new instance of the WindowRestorer class.
Namespace: CleanCode.FormsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public WindowRestorer( Form form, Rectangle persistedWindowPosition, FormWindowState persistedWindowState )
Parameters
- form
- Type: System.Windows.Forms Form
The form.
- persistedWindowPosition
- Type: System.Drawing Rectangle
The persisted window position.
- persistedWindowState
- Type: System.Windows.Forms FormWindowState
The persisted window state.
See Also