IInsertionPanel.GetInsertionIndexes(Point, Int32, Int32) メソッド

定義

指定したポイントの間にある項目のインデックス値を返します。

public:
 void GetInsertionIndexes(Point position, [Out] int & first, [Out] int & second);
void GetInsertionIndexes(Point const& position, [Out] int & first, [Out] int & second);
public void GetInsertionIndexes(Point position, out int first, out int second);
Public Sub GetInsertionIndexes (position As Point, ByRef first As Integer, ByRef second As Integer)

パラメーター

position
Point

挿入インデックスを取得するポイント。

first
Int32

int

指定したポイントの前の項目のインデックス。

second
Int32

int

指定したポイントの後の項目のインデックス。

注釈

DragOver イベントを処理するときにこのメソッドを呼び出して、DragOver が発生している 2 つの項目のインデックスと、ドロップと挿入の可能性がある場所を返します。

適用対象