IInsertionPanel.GetInsertionIndexes(Point, Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne les valeurs d’index des éléments compris entre le point spécifié.
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)
Paramètres
- position
- Point
Point pour lequel obtenir les index d’insertion.
- first
-
Int32
int
Index de l’élément avant le point spécifié.
- second
-
Int32
int
Index de l’élément après le point spécifié.
Remarques
Appelez cette méthode lors de la gestion d’un événement DragOver pour retourner les index des deux éléments entre lesquels l’objet DragOver se produit et où un déplacement et une insertion potentiels se produiraient.