ImageGear .NET v24.12 - Updated
DeleteItem Method (IImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : DeleteItem Method
Item to be removed.
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

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members