'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 )
ImGearThumbnailItem* Item( int index )
ImGearThumbnailItem^ Item( int index )
Parameters
- index
- Index of the requested thumbnail.
Return Value
ImGearThumbnailItem class object.