Returns all controls that match the predicate and are convertable to TControl.
| C# | Visual Basic | Visual Basic Usage |
public ReadOnlyCollection<TControl> AllByCustom<TControl>( Predicate<TControl> predicate ) where TControl : new(), Control
Public Function AllByCustom(Of TControl As {New, Control}) ( _ predicate As Predicate(Of TControl) _ ) As ReadOnlyCollection(Of TControl)
Dim instance As Find Dim predicate As Predicate(Of TControl) Dim returnValue As ReadOnlyCollection(Of TControl) returnValue = instance.AllByCustom(predicate)
- TControl
[Missing <typeparam name="TControl"/> documentation for "M:ArtOfTest.WebAii.Core.Find.AllByCustom``1(System.Predicate{``0})"]
- predicate (Predicate<(Of <(TControl>)>))
[Missing <param name="predicate"/> documentation for "M:ArtOfTest.WebAii.Core.Find.AllByCustom``1(System.Predicate{``0})"]
[Missing <returns> documentation for "M:ArtOfTest.WebAii.Core.Find.AllByCustom``1(System.Predicate{``0})"]
