Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SymbolButton Class / Interval Property


In This Topic
    Interval Property (SymbolButton)
    In This Topic
    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
    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 Interval property is 0, the Spin action will be stopped.
    See Also