HtmlControlGetComputedStyle Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Returns an 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 GetComputedStyle(
	string style
)

Parameters

style
Type: SystemString
The style to access. (e.g. backgroundColor, left, border)

Return Value

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

Reference