ElementAsTControl Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Returns this elements as a strongly-typed control of type TControl.

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

public TControl As<TControl>()
where TControl : new(), Control

Type Parameters

TControl
The control type.

Return Value

Type: TControl
The control object.
See Also

Reference