SystemParameters.ForegroundFlashCount Property

Definition

Gets the number of times the Set Foreground Window flashes the taskbar button when rejecting a foreground switch request.

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

Property Value

A flash count.

Attributes

Remarks

Maps to SPI_GETFOREGROUNDFLASHCOUNT. See SystemParametersInfo.

XAML attribute usage

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

Applies to