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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.