SystemParameters.ForegroundFlashCount Propriété

Définition

Obtient le nombre de fois où le bouton de la barre des tâches clignote dans la fenêtre Set Foreground lors du rejet d’une requête de changement de premier plan.

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

Valeur de propriété

Décompte des clignotements.

Attributs

Remarques

Mappe à SPI_GETFOREGROUNDFLASHCOUNT. Consultez SystemParametersInfo.

Utilisation des attributs XAML

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

S’applique à