FindAllByCustomTControl Method (PredicateTControl)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Returns all controls that match the predicate and 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 ReadOnlyCollection<TControl> AllByCustom<TControl>(
	Predicate<TControl> predicate
)
where TControl : new(), Control

Parameters

predicate
Type: SystemPredicateTControl
The predicate to use during the search.

Type Parameters

TControl
The control type to filter on.

Return Value

Type: ReadOnlyCollectionTControl
A read only collection of elements matching the predicate and control type.
See Also

Reference