QueryContinueDragEventArgs.Action Eigenschap

Definitie

Hiermee haalt u de huidige status van de bijbehorende slepen-en-neerzetten-bewerking op of stelt u deze in.

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

Waarde van eigenschap

Een lid van de DragAction opsomming die de huidige status van de bijbehorende slepen-en-neerzetten-bewerking aangeeft.

Opmerkingen

Standaard stelt de QueryContinueDrag gebeurtenis de Action eigenschap Cancel in op als de ESC-toets wordt ingedrukt en wordt ingesteld ActionDrop op of de linker-, middelste of rechtermuisknop wordt losgelaten.

Van toepassing op