CheckBoxList.FindControl(String, Int32) 方法

定义

在当前命名容器中搜索带指定 ID 和路径偏移量的服务器控件。 FindControl(String, Int32) 方法始终返回 CheckBoxList 对象。

protected:
 override System::Web::UI::Control ^ FindControl(System::String ^ id, int pathOffset);
protected override System.Web.UI.Control FindControl (string id, int pathOffset);
override this.FindControl : string * int -> System.Web.UI.Control
Protected Overrides Function FindControl (id As String, pathOffset As Integer) As Control

参数

id
String

要查找的控件的标识符。

pathOffset
Int32

页面控件层次结构上到达命名容器所需的控件的数量。

返回

Control

当前的 CheckBoxList

注解

该方法 FindControl 主要由派生自类的 CheckBoxList 自定义控件中的控件开发人员使用。

该方法 FindControl 替代 FindControlControl 类的方法。 不应重写此版本的 FindControl 方法。

适用于

另请参阅