Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

getItemByIndex Method 

Gets the NavigationItem object at the specified index.

[JavaScript]
NavigationItemGroup.getItemByIndex(index)

Parameters

index
Zero-based item index.

Return Value

A NavigationItem object at the specified index.

Remarks

This function returns null if the index is out of range.

See Also

NavigationItemGroup Object


Direct link to this topic