RadioButtonList.FindControl(String, Int32) 方法

定义

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

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

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

返回

当前的 RadioButtonList

注解

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

方法 FindControl 重写 Control.FindControlControl 类的 方法。 不应重写此版本的 Control.FindControl 方法。

适用于

另请参阅