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






index

Syntax

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

Parameters

index

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.