In This Topic
Returns an item.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementCollectionJS(items, readOnly);
var value; // Type: Vintasoft.Imaging.UI.UIElements.WebUiElementJS
// Parameters
var index; // Type: number
value = instance.getItem(index);
Parameters
- index
- Zero-based index of item 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