<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.1.25080.3" />

IDropSource

public static void PopulateVTable(Vtbl* vtable)

public uint AddRef()

public HRESULT GiveFeedback(DROPEFFECT dwEffect)

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.

public HRESULT QueryContinueDrag(BOOL fEscapePressed, MODIFIERKEYS_FLAGS grfKeyState)

Determines whether a drag-and-drop operation should be continued, canceled, or completed. You do not call this method directly. The OLE DoDragDrop function calls this method during a drag-and-drop operation.

public HRESULT QueryInterface(Guid* riid, Void** ppvObject)

public uint Release()