ListViewBaseAutomationPeer.DropEffect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string that indicates what will happen when the item is dropped.
public:
property Platform::String ^ DropEffect { Platform::String ^ get(); };
winrt::hstring DropEffect();
public string DropEffect { get; }
var string = listViewBaseAutomationPeer.dropEffect;
Public ReadOnly Property DropEffect As String
Property Value
A string that indicates what will happen when the item is dropped.
Implements
Remarks
This property is relevant for draggable items when the drop targets are ambiguous. In this case the ListViewBase drag origin suggests an effect of being dropped via this property. The drop target can choose to use the DropEffect value instead of the default drop effect of the target.