<PackageReference Include="System.Drawing.Common" Version="10.0.0-rc.2.25502.107" />

DragDropFormat

Represents a private format used for data transfer by the drag-and-drop helpers.
public STGMEDIUM Medium { get; }

public DragDropFormat(ushort format, STGMEDIUM medium, bool copyData)

Initializes a new instance of the DragDropFormat class using the specified format, storage medium, and owner.

public void Dispose()

public STGMEDIUM GetData()

Returns a copy of the storage medium in this instance.

public void RefreshData(ushort format, STGMEDIUM medium, bool copyData)

Refreshes the storage medium in this instance.