IUIAutomationDropTargetPattern interface (uiautomationclient.h)
Provides access to drag-and-drop information exposed by a Microsoft UI Automation provider for an element that can be the drop target of a drag-and-drop operation.
Inheritance
The IUIAutomationDropTargetPattern interface inherits from the IUnknown interface.
Methods
The IUIAutomationDropTargetPattern interface has these methods.
IUIAutomationDropTargetPattern::get_CachedDropTargetEffect Retrieves a cached localized string that describes what happens when the user drops the grabbed element on this drop target. |
IUIAutomationDropTargetPattern::get_CachedDropTargetEffects Retrieves a cached array of localized strings that enumerate the full set of effects that can happen when the user drops a grabbed element on this drop target as part of a drag-and-drop operation. |
IUIAutomationDropTargetPattern::get_CurrentDropTargetEffect Retrieves a localized string that describes what happens when the user drops the grabbed element on this drop target. |
IUIAutomationDropTargetPattern::get_CurrentDropTargetEffects Retrieves an array of localized strings that enumerate the full set of effects that can happen when the user drops a grabbed element on this drop target as part of a drag-and-drop operation. (IUIAutomationDropTargetPattern.get_CurrentDropTargetEffects) |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | uiautomationclient.h (include UIAutomation.h) |