Share via


Méthode IDragProvider::get_IsGrabbed (uiautomationcore.h)

Indique si l’élément a été saisi dans le cadre d’une opération de glisser-déplacer.

Cette propriété est en lecture seule.

Syntaxe

HRESULT get_IsGrabbed(
  BOOL *pRetVal
);

Paramètres

pRetVal

Valeur de retour

None

Remarques

Si cette propriété change, le fournisseur doit avertir les clients en appelant UiaRaiseAutomationPropertyChangedEvent et en spécifiant un identificateur de propriété de UIA_DragIsGrabbedPropertyId ou de UIA_DragDropEffectPropertyId.

Configuration requise

   
Client minimal pris en charge Windows 8 [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau | Applications UWP]
Plateforme cible Windows
En-tête uiautomationcore.h (incluez UIAutomation.h)

Voir aussi

IDragProvider