ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailCtl Interface / Item Method
Index of the requested thumbnail.




In This Topic
    Item Method (IImGearThumbnailCtl)
    In This Topic
    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