GiveFeedbackEventArgs.UseDefaultCursors Property

Definition

Gets or sets a Boolean value indicating whether default cursor feedback behavior should be used for the associated drag-and-drop operation.

public:
 property bool UseDefaultCursors { bool get(); void set(bool value); };
public bool UseDefaultCursors { get; set; }
member this.UseDefaultCursors : bool with get, set
Public Property UseDefaultCursors As Boolean

Property Value

A Boolean value that indicating whether default cursor feedback behavior should be used for the associated drag-and-drop operation. true to use default feedback cursor behavior; otherwise, false.

Remarks

By default, the mouse cursor changes to provide feedback about permissible actions during a drag-and-drop operation.

Applies to