WindowInteractionState Enumeration

Definition

Enthält Werte, die für Zwecke der Benutzer- oder Programminteraktion den aktuellen Zustand des Fensters angeben.

public enum class WindowInteractionState
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("65101cc7-7904-408e-87a7-8c6dbd83a18b")]
public enum WindowInteractionState
public enum WindowInteractionState
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("65101cc7-7904-408e-87a7-8c6dbd83a18b")>]
type WindowInteractionState = 
type WindowInteractionState = 
Public Enum WindowInteractionState
Vererbung
WindowInteractionState
Attribute

Felder

BlockedByModalWindow 3

Gibt an, dass das Fenster von einem modalen Fenster blockiert wird.

Closing 1

Gibt an, dass das Fenster derzeit geschlossen wird.

NotResponding 4

Gibt an, dass das Fenster nicht reagiert.

ReadyForUserInteraction 2

Gibt an, dass das Fenster für die Benutzerinteraktion bereit ist.

Running 0

Gibt an, dass das Fenster derzeit ausgeführt wird. Dies stellt keine Garantie dar, dass das Fenster reagiert oder für die Benutzerinteraktion bereit ist.

Gilt für:

Weitere Informationen