DraggingState Klasse

Definition

Der MouseAction-Zustand, der angibt, dass der Benutzer aktiv mit der Maus zieht.

public ref class DraggingState : Microsoft::VisualStudio::Modeling::Diagrams::MouseActionState
public class DraggingState : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionState
type DraggingState = class
    inherit MouseActionState
Public Class DraggingState
Inherits MouseActionState
Vererbung
DraggingState

Konstruktoren

DraggingState()

Initialisiert eine neue Instanz der draggingstate-Klasse.

Methoden

Next(MouseAction)

Gibt den nächsten mousaction-Zustand zurück. Gültige nächste Zustände sind: (1) dragcompletedstate, wenn das aktuelle mougaction-Ereignis mousup oder abgeschlossen ist. (2) dragcanceledstate, wenn das aktuelle mougaction-Ereignis abgebrochen wird. (3) dieser Status für alle anderen Ereignisse.

Gilt für