In This Topic
Returns UI element state.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementStateCollectionJS(states);
var value; // Type: Vintasoft.Imaging.UI.UIElements.WebUiElementStateJS
// Parameters
var index; // Type: number
value = instance.getItem(index);
Parameters
- index
- Zero-based index of UI element state in collection.
Return Value
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if index is less than zero or index is equal to or greater than collection length. |
Browser Compatibility
See Also