Searches the control hierarchy to locate the named control.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

C#
protected Control FindTargetControl(
	string id
)
Visual Basic
Protected Function FindTargetControl ( _
	id As String _
) As Control
Visual C++
protected:
Control^ FindTargetControl(
	String^ id
)

Parameters

id
Type: System..::..String
The control id of the control to look for.

Return Value

The control with the specified id or null if no matching control is found.

Exceptions

ExceptionCondition
System..::..ArgumentExceptionOccures when id is null or empty.

See Also