ImageProperties 1.0 control documentation

Determines the index of property with specified id in collection.

[Visual�Basic]
Public�Function�IndexOf( _
���ByVal id�As�Integer�_
)�As�Integer
[C#]
public�int�IndexOf(
���intid
);

Parameters

id
The id of property to locate in the collection.

Return Value

The index of the property if it was found in the collection; otherwise, -1.

See Also

ImageProperties Class | ElementIT.ImageProperties Namespace