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.
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 ForegroundLockTimeout { get; set; }
Public Shared Property ForegroundLockTimeout As UShort
Get
Set
Dim value As UShort
value = UtilTweaking.ForegroundLockTimeout
UtilTweaking.ForegroundLockTimeout = value
public:
static property unsigned short ForegroundLockTimeout {
unsigned short get ();
void set (unsigned short value);
}
static member ForegroundLockTimeout : uint16 with get, set
No code example is currently available or this language may not be supported.
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.
Win32Exception
|
|
ArgumentException
|
Value should be between 0 and 65535.;value
|