MouseAction.ResetToolboxOnDragDrop Property

Definition

Whether to reset toolbox selection after a drag-drop operation triggered by this mouse action. Base implementation always returns true, which means the toolbox selection will be reset after a drag-drop operation triggered by this mouse action.

public:
 virtual property bool ResetToolboxOnDragDrop { bool get(); };
public virtual bool ResetToolboxOnDragDrop { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.ResetToolboxOnDragDrop : bool
Public Overridable ReadOnly Property ResetToolboxOnDragDrop As Boolean

Property Value

Attributes

Applies to