IDragProvider.IsGrabbed Propriété
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.
Obtient une valeur indiquant si un élément est en cours de glissement.
public:
property bool IsGrabbed { bool get(); };
bool IsGrabbed();
public bool IsGrabbed { get; }
var boolean = iDragProvider.isGrabbed;
Public ReadOnly Property IsGrabbed As Boolean
Valeur de propriété
Boolean
bool
true si l’élément est déplacé. Dans le cas contraire, la valeur est false.