Overload List

  Name Description
Public method Static member SelectFirst<(Of <<'(T>)>>)(Control)
Recursively searches Control hierarchy for the first control that matches the type of T and returns it as T
Public method Static member SelectFirst<(Of <<'(T>)>>)(Control, Predicate<(Of <<'(Control>)>>))
Recursively searches Control hierarchy for matches for Predicate and returns it as T.

See Also