GiveFeedbackEventArgs.UseDefaultCursors 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 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.