GiveFeedbackEventArgs.Effects 属性

定义

获取一个值,该值指示拖放操作的效果。

public:
 property System::Windows::DragDropEffects Effects { System::Windows::DragDropEffects get(); };
public System.Windows.DragDropEffects Effects { get; }
member this.Effects : System.Windows.DragDropEffects
Public ReadOnly Property Effects As DragDropEffects

属性值

DragDropEffects 枚举的成员,指示拖放操作的效果。

适用于