'Declaration
Public Property Delay As Integer
'Usage
Dim instance As RepeatButton Dim value As Integer instance.Delay = value value = instance.Delay
public int Delay {get; set;}
'Declaration
Public Property Delay As Integer
'Usage
Dim instance As RepeatButton Dim value As Integer instance.Delay = value value = instance.Delay
public int Delay {get; set;}
This value, which is calculated in milliseconds, should be greater than or equal to 0; the default value is 750, which means that the first Clicked event will be triggered 750 milliseconds after the initial press or click.
Note that the finger or the mouse button must be held down for the specified duration in order to trigger the Clicked event.
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2