[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SpinButton.Delay

Delay Property

Delay

Gets or sets the delay time, in milliseconds, before repeating the SpinUp or the SpinDown event.

Declaration
public int Delay { get; set; }
Public Property Delay As Integer
Property Value
Type Description
int

An int value that indicates the delay time, in milliseconds, before repeating the SpinUp and the SpinDown events.

Remarks

The value must be positive.

Exceptions
Type Condition
ArgumentOutOfRangeException

Occurs when value is smaller than 0.