Click or drag to resize

StiSettingsGetColor Method

[Missing <summary> documentation for "M:Stimulsoft.Report.StiSettings.GetColor(System.String,System.String,System.Drawing.Color)"]

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Color GetColor(
	string key,
	string subkey,
	Color nullValue
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Stimulsoft.Report.StiSettings.GetColor(System.String,System.String,System.Drawing.Color)"]

subkey
Type: SystemString

[Missing <param name="subkey"/> documentation for "M:Stimulsoft.Report.StiSettings.GetColor(System.String,System.String,System.Drawing.Color)"]

nullValue
Type: System.DrawingColor

[Missing <param name="nullValue"/> documentation for "M:Stimulsoft.Report.StiSettings.GetColor(System.String,System.String,System.Drawing.Color)"]

Return Value

Type: Color

[Missing <returns> documentation for "M:Stimulsoft.Report.StiSettings.GetColor(System.String,System.String,System.Drawing.Color)"]

See Also