Method | Description | |
---|---|---|
RegistrySave ( string prefix ) : System | ||
SaveCheckBox ( string name, bool value ) : void | ||
SaveComboBox ( string name, string value ) : void | ||
SaveTextBox ( string name, string value ) : void |
public RegistrySave ( string prefix ) : System | ||
prefix | string | |
return | System |
public SaveCheckBox ( string name, bool value ) : void | ||
name | string | |
value | bool | |
return | void |
public SaveComboBox ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public SaveTextBox ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |