[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SpinButton

SpinButton Class

Represents the SpinButton class.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public sealed class SpinButton : SideButtonBase, IComponent, IDisposable, INotifyPropertyChanged, INamedObject
Public NotInheritable Class SpinButton
    Inherits SideButtonBase
    Implements IComponent, IDisposable, INotifyPropertyChanged, INamedObject

Constructors

Name Description
SpinButton()

Initializes a new instance of the SpinButton class.

Properties

Name Description
Delay

Gets or sets the delay time, in milliseconds, before repeating the SpinUp or the SpinDown event.

Interval

Gets or sets the interval of firing the SpinUp and the SpinDown events.

IsDefaultBehavior

Gets or sets a value that indicates whether this instance is the default behavior.

Size

Gets the size of the SideButtonBase.

Events

Name Description
SpinDown

Occurs when the down arrow button of the spin button is pressed.

SpinUp

Occurs when the up arrow button of the spin button is pressed.