GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButton Class / Interval Property


Interval Property (SideButton)
Gets or sets the interval of firing the Click events.
Syntax
'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.
Exceptions
ExceptionDescription
The value is smaller than 0.
Remarks
The value must be greater than or equals to 0. If CheckOnClick property is true or Interval property is 0, the Spin action will be stopped.
See Also