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 列舉的成員,指定目標拖放作業。

備註

根據預設,此屬性中指定的效果會決定拖放作業目標的滑鼠游標。 對於卸載對應物件時,將作業的意見反應提供給使用者很有用。

適用於

另請參閱