UISettings.DoubleClickTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the maximum allowed time between clicks in a double-click operation.
public:
property unsigned int DoubleClickTime { unsigned int get(); };
uint32_t DoubleClickTime();
public uint DoubleClickTime { get; }
var uInt32 = uISettings.doubleClickTime;
Public ReadOnly Property DoubleClickTime As UInteger
Property Value
The delta of a double-click operation, in milliseconds.