バージョン

GetDropDownPosition メソッド

ドロップダウンの位置を返す Static メソッド。
シンタックス
'宣言
 
Public Shared Function GetDropDownPosition( _
   ByVal owner As Control _
) As DropDownPosition
public static DropDownPosition GetDropDownPosition( 
   Control owner
)

パラメータ

owner
DropDownメソッドに渡されたオーナーと比較するために使用されます。

戻り値の型

ドロップダウンの位置またはドロップダウンが見つからなかった場合は BelowExclusionRect
参照