CoreDragDropManager.AreConcurrentOperationsEnabled 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 or sets whether concurrent drag and drop operations are enabled.
public:
property bool AreConcurrentOperationsEnabled { bool get(); void set(bool value); };
bool AreConcurrentOperationsEnabled();
void AreConcurrentOperationsEnabled(bool value);
public bool AreConcurrentOperationsEnabled { get; set; }
var boolean = coreDragDropManager.areConcurrentOperationsEnabled;
coreDragDropManager.areConcurrentOperationsEnabled = boolean;
Public Property AreConcurrentOperationsEnabled As Boolean
Property Value
Boolean
bool
True if concurrent drag and drop operations are enabled; otherwise, false.