Version

SpinEditorNullSpinBehavior Enumeration

Enumeration used to indicate how the spin buttons affect the SpinEditor<T>.Value when a spin is invoked while the Value represents a null value.
Syntax
'Declaration
 
Public Enum SpinEditorNullSpinBehavior 
   Inherits System.Enum
public enum SpinEditorNullSpinBehavior : System.Enum 
Members
MemberDescription
DisableSpinSpinning is not enabled when the current SpinEditor<T>.Value represents a null value.
UseMinimumOrMaximumWhen spinning up the SpinEditor<T>.Value is initialized to the SpinEditor<T>.Minimum and to the SpinEditor<T>.Maximum when spinning down.
UseNullSpinValueThe SpinEditor<T>.Value is initialize to the SpinEditor<T>.NullSpinValue
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