Version

SpinWrapBehavior Enumeration

Enumeration for the SpinWrapBehavior property.
Syntax
'Declaration
 
Public Enum SpinWrapBehavior 
   Inherits System.Enum
public enum SpinWrapBehavior : System.Enum 
Members
MemberDescription
DefaultDefault. The controls will resolve to a default value.
NoWrappingMask sections will not wrap. Spinning beyond the min and max value of the section will not be allowed.
WrapAcrossSectionsMask sections will wrap and affect related sections. For example, if you spin up a Month section whose value is 12, the month will wrap around to 1, and the year section will be incremented by 1.
WrapCurrentSectionMask sections will wrap without affecting other sections. For example, if you spin up a Month section whose value is 12, the month will wrap around to 1, but this will not affect the year.
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