DragEventArgs.Effects 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置目标拖放操作。
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 枚举的成员,指定目标拖放操作。
注解
默认情况下,此属性中指定的效果确定拖放操作目标的鼠标光标。 这对于向用户提供有关删除相应对象时将发生的操作的反馈非常有用。