Intersoft ClientUI Documentation
IsAdvancingCaret Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXDateTimeUpDown Class : IsAdvancingCaret Property






Gets or sets whether the caret is automatically advance to the next editable section.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property IsAdvancingCaret As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXDateTimeUpDown
Dim value As Boolean
 
instance.IsAdvancingCaret = value
 
value = instance.IsAdvancingCaret
C# 
[CategoryAttribute("Common Properties")]
public bool IsAdvancingCaret {get; set;}
Delphi 
public read-write property IsAdvancingCaret: Boolean; 
JScript 
CategoryAttribute("Common Properties")
public function get,set IsAdvancingCaret : boolean
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property bool get_IsAdvancingCaret();
public: __property void set_IsAdvancingCaret( 
   bool value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property bool IsAdvancingCaret {
   bool get();
   void set (    bool value);
}

Remarks

UXDateTimeUpDown has IsAdvancingCaret property to automatically move to the next editable section after the highlighted section does not have any other input possibilities.

For example inputting 9 in the date section automatically move the caret to the next editable section if the IsAdvancingCaret is enabled.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.