SystemParameters.ForegroundFlashCount プロパティ

定義

フォアグラウンド スイッチ要求を拒否するときに、[フォアグラウンド ウィンドウの設定] がタスク バー ボタンを点滅する回数を取得します。

public:
 static property int ForegroundFlashCount { int get(); };
public static int ForegroundFlashCount { [System.Security.SecurityCritical] get; }
[<get: System.Security.SecurityCritical>]
static member ForegroundFlashCount : int
Public Shared ReadOnly Property ForegroundFlashCount As Integer

プロパティ値

フラッシュ数。

属性

注釈

SPI_GETFOREGROUNDFLASHCOUNTにマップします。 SystemParametersInfo を参照してください。

XAML 属性の使用方法

< object property="{ SystemParameters.ForegroundFlashCount}"/>

適用対象