Gets an IEnmerable for TControl to be used for LINQ queries.
This will return only elements that are convertable to TControl
Syntax| C# |
public IEnumerable<TControl> AllControls<TControl> () where TControl : new(), Control
Generic Template Parameters- TControl
- The control type
Return ValueIEnumberable
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
