ControlBaseReallyFindControl Method |
Gets the
Control from the
cntrlCol by searching controls id specified in
cntrlToFind.
Namespace:
Cadcorp.Web.UI
Assembly:
Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxprotected Control ReallyFindControl(
ControlCollection cntrlCol,
string cntrlToFind
)
Protected Function ReallyFindControl (
cntrlCol As ControlCollection,
cntrlToFind As String
) As Control
Parameters
- cntrlCol
- Type: System.Web.UIControlCollection
The controls collection - cntrlToFind
- Type: SystemString
The String representing ID of the control to find.
Return Value
Type:
ControlThe
Control.
See Also