CoreDragDropManager.AllowDragTo property

[This documentation is preliminary and is subject to change.]

Gets or sets the scope of where dragging to is allowed.

Syntax

public static CoreDragDropScope AllowDragTo { get; set; }
Public Shared Property AllowDragTo As CoreDragDropScope
public:
static property CoreDragDropScope AllowDragTo { 
   CoreDragDropScope get();
   void set (CoreDragDropScope value);
}

Property value

Type: CoreDragDropScope

The scope of where dragging to is allowed.

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.ApplicationModel.DataTransfer.DragDrop.Core Windows::ApplicationModel::DataTransfer::DragDrop::Core [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

Requirements (operating system)

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

None supported

Namespace

Windows.ApplicationModel.DataTransfer.DragDrop.Core Windows::ApplicationModel::DataTransfer::DragDrop::Core [C++]

Metadata

Windows.winmd

See also

CoreDragDropManager