QueryContinueDragEventArgs.Action 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定關聯的拖放作業的目前狀態。
public:
property System::Windows::DragAction Action { System::Windows::DragAction get(); void set(System::Windows::DragAction value); };
public System.Windows.DragAction Action { get; set; }
member this.Action : System.Windows.DragAction with get, set
Public Property Action As DragAction
屬性值
DragAction 列舉型別 (Enumeration) 的成員,表示關聯之拖放作業的目前狀態。
備註
根據預設,如果按下 ESC 鍵,事件會將 QueryContinueDrag 屬性 Cancel
設定 Action 為 ,並在放開左、中間或滑鼠右鍵時設定 Action 為 Drop
。