System.Web.UI.WebControls.CheckBoxList.FindControl C# (CSharp) 메소드

FindControl() 보호된 메소드

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