Get a control by using custom predicate. This function will try to eliminate any elements
that are not convertable to TControl type.
Syntax
Generic Template Parameters- TControl
- The control type.
Parameters- predicate (Predicate<(Of TControl>))
- The predicate.
Return ValueThe first found control.
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
