HtmlControlGetStyle Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Returns a HtmlStyle object that can be used to easily probe the style value. (i.e. convert unit styles to Int32 or color value to System.Drawing.Color)

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

public virtual HtmlStyle GetStyle(
	string style
)

Parameters

style
Type: SystemString
A string specifying the style to access. (e.g. backgroundColor, border)

Return Value

Type: HtmlStyle
A HtmlStyle object that defines this style.
See Also

Reference