バージョン

GetCurrentDropDownControl メソッド

現在のドロップダウン コントロールを返す Static メソッド。
シンタックス
'宣言
 
Public Shared Function GetCurrentDropDownControl( _
   ByVal owner As Control _
) As Control
public static Control GetCurrentDropDownControl( 
   Control owner
)

パラメータ

owner
関連するドロップダウンを決定するために使用されます。

戻り値の型

現在のドロップダウン コントロール、または何も見つからない場合は null。
参照