DomainUpDown
Represents a spinner control that displays string values.
A DomainUpDown control displays a single string value that is selected from an Object collection by clicking the up or down buttons of the control. The user can also enter text in the control, unless the ReadOnly property is set to
true
(the string typed in must match an item in the collection to be accepted). When an item is selected, the object is converted to a string value so it can be displayed in the spin box.The DomainUpDown control supports the inline Label property. This allows an application to set a label in relation to a DomainUpDown control without having to create an additional Label control.

Item | Description |
---|---|
Class name | "wisej.web.DomainUpDown" |
Theme appearance | |
Child components | "upbutton" is the up button. "downbutton" is the down button. "textfield" is the textfield. |
Source code |
Last modified 1yr ago