Version

SpinButtonDisplayMode Property

Specifies if and when to display spin buttons which are used to increment or decrement the editor value. Default value is Never.
Syntax
'Declaration
 
Public Property SpinButtonDisplayMode As SpinButtonDisplayMode
public SpinButtonDisplayMode SpinButtonDisplayMode {get; set;}
Remarks

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.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also