Click or drag to resize

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)
Syntax
protected Control ReallyFindControl(
	ControlCollection cntrlCol,
	string cntrlToFind
)

Parameters

cntrlCol
Type: System.Web.UIControlCollection
The controls collection
cntrlToFind
Type: SystemString
The String representing ID of the control to find.

Return Value

Type: Control
The Control.
See Also