Searches the control hierarchy to locate the named control.
Namespace:
TallComponents.Web.PdfAssembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.6.5
Syntax
| C# |
|---|
protected Control FindTargetControl( string id ) |
| Visual Basic (Declaration) |
|---|
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
| Exception | Condition |
|---|---|
| System..::.ArgumentException | Occures when id is null or empty. |