IDragProvider.DropEffects Property

Definition

Gets an array of strings that enumerates possible drop effects when this item is dropped.

public:
 property Platform::Array <Platform::String ^> ^ DropEffects { Platform::Array <Platform::String ^> ^ get(); };
winrt::array_view <winrt::hstring const&> DropEffects();
public string[] DropEffects { get; }
var string[] = iDragProvider.dropEffects;
Public ReadOnly Property DropEffects As String()

Property Value

String[]

Platform::String[]

winrt::hstring[]

An array of strings that enumerates possible drop effects when this item is dropped.

Applies to