Version

SpinButtonVisible Property

Returns or sets a value indicating whether the editor automatically displays spin buttons which increment or decrement the current value when clicked.
Syntax
'Declaration
 
Public Property SpinButtonVisible As Boolean
public bool SpinButtonVisible {get; set;}
Remarks

The spin buttons are always displayed to the right of the text area. When this property is set to true, it is not necessary to add a SpinEditorButton to the ButtonsRight collection as one is automatically added by setting this property to true.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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