Intersoft.Client.UI.Aqua.UXInput Namespace > UXDomainUpDown Class : IsCyclic Property |
<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); }
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.
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