FindAllControlsTControl Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Gets an IEnmerable for TControl to be used for LINQ queries. This will return only elements that are convertable to TControl

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

public IEnumerable<TControl> AllControls<TControl>()
where TControl : new(), Control

Type Parameters

TControl
The control type

Return Value

Type: IEnumerableTControl
IEnumberable
See Also

Reference