Spread Windows Forms 12.0 Product Documentation
Interval Property (SideButton)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButton Class : Interval Property
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
public int Interval {get; set;}

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

Reference

SideButton Class
SideButton Members