다음을 통해 공유


SystemParameters.ForegroundFlashCount 속성

정의

Set Foreground Window의 포그라운드 전환 요청이 거부될 때 작업 표시줄 단추가 깜박이는 횟수를 가져옵니다.

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}"/>

적용 대상