Interval Property (SideButton)
Gets or sets the interval of firing the
Click events.
public int Interval {get; set;}
'Declaration
Public Property Interval As Integer
'Usage
Dim instance As SideButton
Dim value As Integer
instance.Interval = value
value = instance.Interval
Property Value
An
System.Int32 value that indicates the interval of firing the
Click events. The default is 0.