Search a control in a control

Namespace:  Devolutions.Utils
Assembly:  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

Parameters

parent
Type: System.Web.UI..::..Control
names
Type: array<System..::..String>[]()[][]

Type Parameters

T

Return Value

See Also