バージョン

FromControl メソッド

指定したコントロールを含むドロップダウン DropDownEditorButton を返します。
シンタックス
'宣言
 
Public Shared Function FromControl( _
   ByVal control As Control _
) As DropDownEditorButton
public static DropDownEditorButton FromControl( 
   Control control
)

パラメータ

control
評価するコントロールボタンからドロップダウンされるコントロール、またはそのコントロールの子を指定できます。

戻り値の型

指定したコントロールをドロップダウン ウィンドウに表示する DropDownEditorButton。指定したコントロールが DropDownEditorButton からのドロップダウンに含まれていない場合は null。
参照