←Select platform

IndexOf(ImageViewerItem) Method (ImageViewerItems)

Summary

Index of an item in this collection.

Syntax

C#
VB
C++
public int IndexOf( 
   ImageViewerItem item 
) 
Public Function IndexOf( 
   ByVal item As ImageViewerItem 
) As Integer 
public:  
   int IndexOf( 
      ImageViewerItem^ item 
   ) 

Parameters

item

Item to check.

Return Value

The 0-based index of item or -1 if the item is null or does not belong to this collection.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls.WinForms Assembly
Click or drag to resize