System.Web.UI.WebControls.CheckBoxList.FindControl C# (CSharp) Method

FindControl() protected method

protected FindControl ( string id, int pathOffset ) : Control
id string
pathOffset int
return System.Web.UI.Control
		protected override Control FindControl (string id, int pathOffset)
		{
			// Always, or in just all my tests?
			return this;
		}