'Declaration Public Enum SpinEditorNullSpinBehavior Inherits System.Enum
public enum SpinEditorNullSpinBehavior : System.Enum
Member | Description |
---|---|
DisableSpin | Spinning is not enabled when the current SpinEditor<T>.Value represents a null value. |
UseMinimumOrMaximum | When spinning up the SpinEditor<T>.Value is initialized to the SpinEditor<T>.Minimum and to the SpinEditor<T>.Maximum when spinning down. |
UseNullSpinValue | The SpinEditor<T>.Value is initialize to the SpinEditor<T>.NullSpinValue |
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