Method | Description | |
---|---|---|
AddProperty ( ) : void |
adds properties to be saved/loaded
|
|
AddProperty ( |
adds a property to be saved/loaded
|
|
Closing ( object sender, CancelEventArgs e ) : void |
Method intended for use with Form.Closing events - directly calls Save
|
|
Load ( object sender, EventArgs e ) : void |
loads the specified values from the registry
|
|
RegistryInfo ( object obj, string name ) : System |
|
|
Save ( object sender, EventArgs e ) : void |
Saves the specified values into the registry
|
public AddProperty ( |
||
property | ||
return | void |
public Closing ( object sender, CancelEventArgs e ) : void | ||
sender | object | |
e | CancelEventArgs | |
return | void |
public Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public RegistryInfo ( object obj, string name ) : System | ||
obj | object | the object to save/load values into the registry |
name | string | the name of the registry key to save/load |
return | System |
public Save ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |