Click or drag to resize

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)
Syntax
protected Control ReallyFindControlInParents(
	Control control,
	string cntrlToFind
)

Parameters

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

Return Value

Type: Control
The Control.
See Also