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