IDropSourceGiveFeedback Method

Enables a source application to give visual feedback to the end user during a drag-and-drop operation by providing the DoDragDrop function with an enumeration value specifying the visual effect.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[PreserveSigAttribute]
HResult GiveFeedback(
	DragDropEffects effect
)

Parameters

effect  DragDropEffects
The DragDropEffects value returned by the most recent call to IDropTarget.DragEnter, IDropTarget.DragOver, or IDropTarget.DragLeave.

Return Value

HResult
If successful, returns S_OK.

If not successful, returns a HResult error code.

See Also