reset_property
Description:
[
Version ( since =
"3.20" ) ]
public void reset_property (
string name)
Undoes the effect of calling @set to install an application-specific value for
a setting.
After this call, the setting will again follow the session-wide value for this setting.
Parameters:
this |
a Settings object
|
name |
the name of the setting to reset
|