Search a control in a control
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function FindControl(Of T As Control) ( _ parent As Control, _ ParamArray names As String() _ ) As T |
| C# |
|---|
public static T FindControl<T>( Control parent, params string[] names ) where T : Control |
Type Parameters
- T