| Visual Basic (Declaration) | |
|---|---|
Public Property SpinButtonDisplayMode As SpinButtonDisplayMode | |
| C# | |
|---|---|
public SpinButtonDisplayMode SpinButtonDisplayMode {get; set;} | |
SpinButtonDisplayMode specifies if and when to display the spin buttons in the control. Spin buttons allow the user to increment and decrement the current value in the editor. By default the value of the current section (section where the caret is) is incremented or decremented. If you specify the SpinIncrement property then the whole value of the editor will be incremented or decremented by that value depending upon whether the up or down spin button is pressed, respectively.