DragEventArgs.Effects 属性

定义

获取或设置目标拖放操作。

public:
 property System::Windows::DragDropEffects Effects { System::Windows::DragDropEffects get(); void set(System::Windows::DragDropEffects value); };
public System.Windows.DragDropEffects Effects { get; set; }
member this.Effects : System.Windows.DragDropEffects with get, set
Public Property Effects As DragDropEffects

属性值

DragDropEffects

DragDropEffects 枚举的成员,指定目标拖放操作。

注解

默认情况下,此属性中指定的效果确定拖放操作目标的鼠标光标。 这对于向用户提供有关删除相应对象时将发生的操作的反馈非常有用。

适用于

另请参阅