ControlBaseReallyFindControlInParents Method |
Gets the
Control from the
control by searching controls id specified in
cntrlToFind.
If it can't find it, it iterates up to the next parent object.
Namespace:
Cadcorp.Web.UI
Assembly:
Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxprotected Control ReallyFindControlInParents(
Control control,
string cntrlToFind
)
Protected Function ReallyFindControlInParents (
control As Control,
cntrlToFind As String
) As Control
Parameters
- control
- Type: System.Web.UIControl
The controls collection - cntrlToFind
- Type: SystemString
The String representing ID of the control to find.
Return Value
Type:
ControlThe
Control.
See Also