ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailCtl Interface / ReloadItem Method
Item to be reloaded.




In This Topic
    ReloadItem Method (IImGearThumbnailCtl)
    In This Topic
    Reloads thumbnail picture in the specified thumbnail item.
    Syntax
    'Declaration
     
    Sub ReloadItem( _
       ByVal item As ImGearThumbnailItem _
    ) 
    'Usage
     
    Dim instance As IImGearThumbnailCtl
    Dim item As ImGearThumbnailItem
     
    instance.ReloadItem(item)
    void ReloadItem( 
       ImGearThumbnailItem item
    )
    void ReloadItem( 
       ImGearThumbnailItem* item
    ) 
    void ReloadItem( 
       ImGearThumbnailItem^ item
    ) 

    Parameters

    item
    Item to be reloaded.
    See Also