UtilTweakingMouseClickLockTime Property
Gets or sets the time delay before the primary mouse button is locked.
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 int MouseClickLockTime { get; set; }
Public Shared Property MouseClickLockTime As Integer
Get
Set
Dim value As Integer
value = UtilTweaking.MouseClickLockTime
UtilTweaking.MouseClickLockTime = value
public:
static property int MouseClickLockTime {
int get ();
void set (int value);
}
static member MouseClickLockTime : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The time delay before the primary mouse button is locked.
Win32Exception
|
|
ArgumentException
|
Value should be grater than -1.;value
|