バージョン

FindContainedComponentByName メソッド

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

パラメータ

container
コンテナー コントロールの名前。
componentName
コンポーネントまたはコントロールの名前。

戻り値の型

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