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






Gets or sets a value indicating whether the UXDomainUpDown control will cycle through values when trying to spin the first and last item.

Syntax

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

Remarks

To do a spin you can using keyboard up and down key, clicking on the spinner button. By default, when it reaches the first or end of the item, the up or down button will be automatically disabled. You can change that behavior by setting the IsCyclic property to true. In such case, it will cycle the selected item, if the item reaches the first or the end of item, it will start again from the beginning or the end from the item collection.

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.