| C1.Win.C1Input Namespace > C1TextBox Class : LoopPosition Property |
'Declaration<C1CategoryAttribute("Date-Time")> <C1DescriptionAttribute("Gets or sets a value indicating whether the position of the caret is automatically moved to the first field when the last field is filled.")> <DefaultValueAttribute()> Public Property LoopPosition As Boolean
'UsageDim instance As C1TextBox Dim value As Boolean instance.LoopPosition = value value = instance.LoopPosition
[C1Category("Date-Time")] [C1Description("Gets or sets a value indicating whether the position of the caret is automatically moved to the first field when the last field is filled.")] [DefaultValue()] public bool LoopPosition {get; set;}
[C1Category("Date-Time")] [C1Description("Gets or sets a value indicating whether the position of the caret is automatically moved to the first field when the last field is filled.")] [DefaultValue()] public: property bool LoopPosition { 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