UtilTweakingForegroundLockTimeout Property

Gets or sets the amount of time following user input, in milliseconds, during which the system will not allow applications to force themselves into the foreground.

Definition

Namespace: DevCase.Core.Windows.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static ushort ForegroundLockTimeout { get; set; }

Property Value

UInt16
The amount of time following user input, in milliseconds, during which the system will not allow applications to force themselves into the foreground.

Exceptions

Win32Exception
ArgumentException Value should be between 0 and 65535.;value

See Also