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 列舉的成員,指定目標拖放作業。
備註
根據預設,此屬性中指定的效果會決定拖放作業目標的滑鼠游標。 對於卸載對應物件時,將作業的意見反應提供給使用者很有用。