Version

SpeedUpRate Property

Gets sets ability to automatically increase/decrease the delay with spin events while mouse is pressed on a spin button.
Syntax
'Declaration
 
Public Property SpeedUpRate As Integer
public int SpeedUpRate {get; set;}
Remarks

This property allows to increase, decrease or keep permanent delay between spin events.

Positive values will gradually decrease delay (increase speed) until the value of the (Delay / 2 ^ value) is reached.

Negative values will increase delay (decrease speed) until the value of the (Delay * 2 ^ value) is reached.

Value of zero will keep permanent delay between spin events.

Range of values is -3..0..+6. The value of -3 will slow down initial delay in 8 times. The value of 6 will speed up initial delay in 64 times.

Default value is set to 3.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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