DragEventArgs.AllowedEffects Property
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 a member of the DragDropEffects enumeration that specifies which operations are allowed by the originator of the drag event.
public:
property System::Windows::DragDropEffects AllowedEffects { System::Windows::DragDropEffects get(); };
public System.Windows.DragDropEffects AllowedEffects { get; }
member this.AllowedEffects : System.Windows.DragDropEffects
Public ReadOnly Property AllowedEffects As DragDropEffects
A member of the DragDropEffects enumeration that specifies which operations are allowed by the originator of the drag event.
When a drag-and-drop operation is initiated by calling the DoDragDrop method, permissible operations are specified with a member of the DragDropEffects enumeration. For example, when dragging a read-only file the drag initiator should indicate that the file can be copied, but not moved. Before attempting to perform an operation on dragged data, examine this property to ensure that the operation is allowed.
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: