Returns all controls that match the predicate and are convertable to TControl.
Syntax| C# |
public ReadOnlyCollection<TControl> AllByCustom<TControl> ( Predicate<TControl> predicate ) where TControl : new(), Control
Generic Template Parameters- TControl
Parameters- predicate (Predicate<(Of TControl>))
Return ValueAssembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
