| C1.Win.C1Input Namespace > C1TextBox Class : WrapDateTimeFields Property |
'Declaration<C1CategoryAttribute("Date-Time")> <C1DescriptionAttribute("If this property is False the month will be automatically incremented when the user spins the date past the end of the month. The same about other parts of the date/time value.")> <DefaultValueAttribute()> Public Property WrapDateTimeFields As Boolean
'UsageDim instance As C1TextBox Dim value As Boolean instance.WrapDateTimeFields = value value = instance.WrapDateTimeFields
[C1Category("Date-Time")] [C1Description("If this property is False the month will be automatically incremented when the user spins the date past the end of the month. The same about other parts of the date/time value.")] [DefaultValue()] public bool WrapDateTimeFields {get; set;}
[C1Category("Date-Time")] [C1Description("If this property is False the month will be automatically incremented when the user spins the date past the end of the month. The same about other parts of the date/time value.")] [DefaultValue()] public: property bool WrapDateTimeFields { bool get(); void set ( bool value); }
Target Platforms: 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