HtmlStyleToColor Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Attempts to parse the style value as a color and return a System.Drawing.Color object that corresponds to the color style value.

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public Color ToColor()

Return Value

Type: Color
The System.Drawing.Color object or Color.Empty if unable to parse the color.
See Also

Reference