DragDropManager.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 the DragDropManager can handle multiple drag and drop operations concurrently.
public:
property bool AreConcurrentOperationsEnabled { bool get(); void set(bool value); };
bool AreConcurrentOperationsEnabled();
void AreConcurrentOperationsEnabled(bool value);
public bool AreConcurrentOperationsEnabled { get; set; }
var boolean = dragDropManager.areConcurrentOperationsEnabled;
dragDropManager.areConcurrentOperationsEnabled = boolean;
Public Property AreConcurrentOperationsEnabled As Boolean
Property Value
Boolean
bool
True, if concurrent drag and drop operations are enabled; otherwise, false.