SystemParameters.ForegroundFlashCount Свойство

Определение

Получает количество вспышек кнопки панели задач «Установить окно переднего плана» при отказе в запросе переключения на передний план.

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

Значение свойства

Число вспышек.

Атрибуты

Комментарии

Сопоставляется с SPI_GETFOREGROUNDFLASHCOUNT. См. раздел SystemParametersInfo.

Использование атрибутов XAML

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

Применяется к