バージョン

GetDropIndicatorLocation メソッド

指定した項目四角形に基づいてインジケーターが配置される位置を返します。
シンタックス
'宣言
 
Public Overridable Function GetDropIndicatorLocation( _
   ByVal itemBounds As Rectangle, _
   ByVal alignment As IndicatorAlignment _
) As Point
public virtual Point GetDropIndicatorLocation( 
   Rectangle itemBounds,
   IndicatorAlignment alignment
)

パラメータ

itemBounds
項目の位置とサイズ
alignment
インジケーターの配置

戻り値の型

コントロールが配置される位置。
参照