DragDropInfo.AllowedEffects 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 the drag and drop effects allowed by the source.
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
Property Value
The DragDropEffects allowed by the source.
Remarks
As part of the contract between the source and the target, the target must honor the effects allowed by the source. For example, if the source does not permit a DragDropEffects.Move, then the target should not execute a move.