Intersoft ClientUI Documentation
IndexFromItem Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ItemsControlHelper Class : IndexFromItem Method






item

Syntax

Visual Basic (Declaration) 
Public Function IndexFromItem( _
   ByVal item As Object _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As ItemsControlHelper
Dim item As Object
Dim value As Integer
 
value = instance.IndexFromItem(item)
C# 
public int IndexFromItem( 
   object item
)
Delphi 
public function IndexFromItem( 
    item: TObject
): Integer; 
JScript 
public function IndexFromItem( 
   item : Object
) : int;
Managed Extensions for C++ 
public: int IndexFromItem( 
   Object* item
) 
C++/CLI 
public:
int IndexFromItem( 
   Object^ item
) 

Parameters

item

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.