EAPUtilFindChildControl Method |
Search the provided control for an immediate child control with the
specified ID.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static Control FindChildControl(
WebControl ctrl,
string childID
)
Public Shared Function FindChildControl (
ctrl As WebControl,
childID As String
) As Control
Parameters
- ctrl
- Type: System.Web.UI.WebControlsWebControl
The control in which to look. - childID
- Type: SystemString
The ID of the child.
Return Value
Type:
ControlThe control if found, else null.
See Also