Click or drag to resize

PersistentSettingsSetDefault Method (String, Color)

[Missing <summary> documentation for "M:Rhino.PersistentSettings.SetDefault(System.String,System.Drawing.Color)"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void SetDefault(
	string key,
	Color value
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.SetDefault(System.String,System.Drawing.Color)"]

value
Type: System.DrawingColor

[Missing <param name="value"/> documentation for "M:Rhino.PersistentSettings.SetDefault(System.String,System.Drawing.Color)"]

See Also