Property ClickRepeatDelay
ClickRepeatDelay
Gets or sets click repeat delay used when IsClickRepeated is True.
public virtual int ClickRepeatDelay { get; set; }
Property Value
Remarks
The default value of delay is 50 milliseconds. This means the first event is initiated after 250 milliseconds (5 times the specified value). Each subsequent event is initiated after 50 milliseconds delay.