UISettings.DoubleClickTime Property

Definition

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

UInt32

unsigned int

uint32_t

The delta of a double-click operation, in milliseconds.

Applies to