UtilTweakingForegroundFlashCount Property
Gets or sets the number of times SetForegroundWindow will flash the taskbar button when rejecting a foreground switch request.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static ushort ForegroundFlashCount { get; set; }
Public Shared Property ForegroundFlashCount As UShort
Get
Set
Dim value As UShort
value = UtilTweaking.ForegroundFlashCount
UtilTweaking.ForegroundFlashCount = value
public:
static property unsigned short ForegroundFlashCount {
unsigned short get ();
void set (unsigned short value);
}
static member ForegroundFlashCount : uint16 with get, set
No code example is currently available or this language may not be supported.
Property Value
UInt16
The number of times SetForegroundWindow will flash the taskbar button when rejecting a foreground switch request.
Win32Exception
|
|
ArgumentException
|
Value should be between 0 and 65535.;value
|