ImageGear .NET v24.12 - Updated
Item Method (IImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : Item Method
Index of the requested thumbnail.
Returns ImGearThumbnailItem object by given index.
Syntax
'Declaration
 
Function Item( _
   ByVal index As Integer _
) As ImGearThumbnailItem
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim index As Integer
Dim value As ImGearThumbnailItem
 
value = instance.Item(index)
ImGearThumbnailItem Item( 
   int index
)

Parameters

index
Index of the requested thumbnail.

Return Value

ImGearThumbnailItem class object.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members