Method | Description | |
---|---|---|
RestoreWindowPos ( |
Restores the last saved position/state of given form from the registry.
|
|
SaveWindowPos ( |
Saved current position/state of given form in registry.
|
public static RestoreWindowPos ( |
||
pfrm | Form instance | |
left | int | |
top | int | |
width | int | |
height | int | |
windowState | FormWindowState | |
return | void |
public static SaveWindowPos ( |
||
pfrm | Form instance | |
return | void |