Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SymbolButton Class / Interval Property


Interval Property (SymbolButton)
Gets or sets the interval of firing the Click events.
Syntax
'Declaration
 
Public Property Interval As Integer
 
'Usage
 
Dim instance As SymbolButton
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 Interval property is 0, the Spin action will be stopped.
See Also