Control.FindControl メソッド (String, Int32)
このメンバは、.NET Framework インフラストラクチャのサポートを目的としています。独自に作成したコード内で直接使用することはできません。
Overloads Protected Overridable Function FindControl( _
ByVal id As String, _ ByVal pathOffset As Integer _) As Control
[C#]
protected virtual Control FindControl(stringid,intpathOffset);
[C++]
protected: virtual Control* FindControl(String* id,intpathOffset);
[JScript]
protected function FindControl(
id : String,pathOffset : int) : Control;
参照
Control クラス | Control メンバ | System.Web.UI 名前空間 | Control.FindControl オーバーロードの一覧