Xceed Toolkit for Maui v2.0 Documentation
Delay Property (RepeatButton)


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > RepeatButton Class : Delay Property
Gets or sets the delay which happens before raising the first Clicked event once the finger is pressed or the mouse button clicks on the RepeatButton.
Syntax
'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;}
Remarks

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.

Requirements

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

See Also

Reference

RepeatButton Class
RepeatButton Members