SystemParameters.ForegroundFlashCount Vlastnost

Definice

Získá počet, kolikrát Set Foreground Window bliká na hlavním panelu tlačítko při odmítnutí požadavku přepínače 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