| C1.Win.C1Input Namespace > C1TextBox Class : AutoChangePosition Property |
'Declaration<C1CategoryAttribute("Date-Time")> <C1DescriptionAttribute("If this property is False the user has to press the right arrow key or the next literal character to move to the next date part.")> <DefaultValueAttribute()> Public Property AutoChangePosition As Boolean
'UsageDim instance As C1TextBox Dim value As Boolean instance.AutoChangePosition = value value = instance.AutoChangePosition
[C1Category("Date-Time")] [C1Description("If this property is False the user has to press the right arrow key or the next literal character to move to the next date part.")] [DefaultValue()] public bool AutoChangePosition {get; set;}
[C1Category("Date-Time")] [C1Description("If this property is False the user has to press the right arrow key or the next literal character to move to the next date part.")] [DefaultValue()] public: property bool AutoChangePosition { 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