IDragProvider::IsGrabbed property
Indicates whether the element has been grabbed as part of a drag-and-drop operation.
This property is read-only.
Syntax
HRESULT get_IsGrabbed( [out, retval] BOOL *pRetVal );
Property value
Type: BOOL*
TRUE if the element has been grabbed; otherwise FALSE. This parameter is passed uninitialized.
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
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
See also