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




In This Topic
    DeleteItem Method (IImGearThumbnailCtl)
    In This Topic
    Removes specified item from the Thumbnail control.
    Syntax
    'Declaration
     
    Sub DeleteItem( _
       ByVal item As ImGearThumbnailItem _
    ) 
    'Usage
     
    Dim instance As IImGearThumbnailCtl
    Dim item As ImGearThumbnailItem
     
    instance.DeleteItem(item)
    void DeleteItem( 
       ImGearThumbnailItem item
    )
    void DeleteItem( 
       ImGearThumbnailItem* item
    ) 
    void DeleteItem( 
       ImGearThumbnailItem^ item
    ) 

    Parameters

    item
    Item to be removed.
    See Also