Interval Property (SpinButton)
Gets or sets the interval of firing the
SpinUp and the
SpinDown events.
public int Interval {get; set;}
'Declaration
Public Property Interval As Integer
'Usage
Dim instance As SpinButton
Dim value As Integer
instance.Interval = value
value = instance.Interval
Property Value
An
System.Int32 value that indicates the interval of firing the
SpinUp and the
SpinDown events.