MouseAction.ResetToolboxOnDragDrop 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.
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