SystemParameters.ForegroundFlashCount Vlastnost

Definice

Získá kolikrát nastavit okno popředí bliká tlačítko hlavního panelu při odmítnutí žádosti o přepnutí popředí.

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

Hodnota vlastnosti

Počet blesků.

Atributy

Poznámky

Mapuje se na SPI_GETFOREGROUNDFLASHCOUNT. Viz SystemParametersInfo.

Použití atributu XAML

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

Platí pro