バージョン

FindContainedControlByName メソッド

コンテナーの子孫コントロールを再帰的に検索し、指定した名前を持つコントロールを返します。
シンタックス
'宣言
 
Public Shared Function FindContainedControlByName( _
   ByVal container As Control, _
   ByVal controlName As String _
) As Control
public static Control FindContainedControlByName( 
   Control container,
   string controlName
)

パラメータ

container
コンテナー コントロールの名前。
controlName
コントロールの名前です。

戻り値の型

Name プロパティが一致した最初のコントロール、または null。
参照