UtilTweakingDoubleClickSize Property
Gets or sets the width and height, in pixels, of the double-click rectangle which
the second click of a double-click must fall for it to be registered as a double-click.
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 Size DoubleClickSize { get; set; }
Public Shared Property DoubleClickSize As Size
Get
Set
Dim value As Size
value = UtilTweaking.DoubleClickSize
UtilTweaking.DoubleClickSize = value
public:
static property Size DoubleClickSize {
Size get ();
void set (Size value);
}
static member DoubleClickSize : Size with get, set
No code example is currently available or this language may not be supported.
Property Value
Size
The width and height, in pixels, of the double-click rectangle which
the second click of a double-click must fall for it to be registered as a double-click.
Win32Exception
|
|
ArgumentException
|
Width should be greater than 31.;value
|
ArgumentException
|
Height should be greater than 31.;value
|