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.
Namespace: DevCase.Win32.InterfacesAssembly: 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
)
<PreserveSigAttribute>
Function GiveFeedback (
effect As DragDropEffects
) As HResult
Dim instance As IDropSource
Dim effect As DragDropEffects
Dim returnValue As HResult
returnValue = instance.GiveFeedback(effect)
[PreserveSigAttribute]
HResult GiveFeedback(
DragDropEffects effect
)
[<PreserveSigAttribute>]
abstract GiveFeedback :
effect : DragDropEffects -> HResult
No code example is currently available or this language may not be supported.
- effect DragDropEffects
-
The DragDropEffects value returned by the most recent call to
IDropTarget.DragEnter, IDropTarget.DragOver,
or IDropTarget.DragLeave.
HResult
If successful, returns
S_OK.
If not successful, returns a
HResult error code.