var instance = new Vintasoft.Imaging.UI.UIElements.WebUiElementCollectionJS(items, readOnly); var value; // Type: number // Parameters var item; // Type: WebUiElementJS value = instance.indexOf(item);
function indexOf(
itemThe WebUiElementJS object to search for.: WebUiElementJS
) : number;
Parameters
- item
- The WebUiElementJS object to search for.
Return Value
The zero-based index of the collection, or -1 if the WebUiElementJS object is not found in the collection.