WindowInteractionState 列挙型

定義

ユーザーまたはプログラムによる操作を目的として、ウィンドウの現在の状態を指定する値が含まれます。

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
継承
WindowInteractionState
属性

フィールド

名前 説明
Running 0

ウィンドウが実行されていることを示します。 これは、ウィンドウが応答しているか、ユーザー操作の準備ができていることを保証するものではありません。

Closing 1

ウィンドウが閉じていることを示します。

ReadyForUserInteraction 2

ウィンドウがユーザー操作の準備ができていることを示します。

BlockedByModalWindow 3

ウィンドウがモーダル ウィンドウによってブロックされていることを示します。

NotResponding 4

ウィンドウが応答しないことを示します。

適用対象

こちらもご覧ください