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
属性

フィールド

BlockedByModalWindow 3

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

Closing 1

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

NotResponding 4

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

ReadyForUserInteraction 2

ウィンドウがユーザー操作を受け付ける状態になっていることを示します。

Running 0

ウィンドウが実行中であることを示します。 この場合、ウィンドウが応答しているか、ユーザー操作を受け付ける状態になっているとは限りません。

適用対象

こちらもご覧ください