ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailCtl Class / ReloadItem Method
Item to be reloaded.




In This Topic
    ReloadItem Method (ImGearThumbnailCtl)
    In This Topic
    Reloads thumbnail picture in the specified thumbnail item.
    Syntax
    'Declaration
     
    <DescriptionAttribute()>
    Public Sub ReloadItem( _
       ByVal item As ImGearThumbnailItem _
    ) 
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim item As ImGearThumbnailItem
     
    instance.ReloadItem(item)
    [Description()]
    public void ReloadItem( 
       ImGearThumbnailItem item
    )
    [Description()]
    public: void ReloadItem( 
       ImGearThumbnailItem* item
    ) 
    [Description()]
    public:
    void ReloadItem( 
       ImGearThumbnailItem^ item
    ) 

    Parameters

    item
    Item to be reloaded.
    See Also