Intersoft ClientUI Documentation
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
<CategoryAttribute("Common Properties")>
Public Property IsCyclic As Boolean
Dim instance As UXDomainUpDown
Dim value As Boolean
 
instance.IsCyclic = value
 
value = instance.IsCyclic
[CategoryAttribute("Common Properties")]
public bool IsCyclic {get; set;}
[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 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

See Also

Reference

UXDomainUpDown Class
UXDomainUpDown Members

Concepts

UXDomainUpDown

Send Feedback