SystemParameters.ForegroundFlashCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.