IDragProvider::get_IsGrabbed method (uiautomationcore.h)

Indicates whether the element has been grabbed as part of a drag-and-drop operation.

This property is read-only.

Syntax

HRESULT get_IsGrabbed(
  BOOL *pRetVal
);

Parameters

pRetVal

Return value

None

Remarks

If this property changes, the provider must notify clients by calling UiaRaiseAutomationPropertyChangedEvent and specifying a property identifier of UIA_DragIsGrabbedPropertyId or UIA_DragDropEffectPropertyId.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header uiautomationcore.h (include UIAutomation.h)

See also

IDragProvider