FrameworkElementAsT Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Return this framework element as a strongly-typed control.

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

public T As<T>()
where T : FrameworkElement

Type Parameters

T
The type of desired control.

Return Value

Type: T
The desired control instance.
See Also

Reference