ImageGear .NET - Updated October 2, 2018
DeleteItem Method (ImGearThumbnailCtl)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : DeleteItem Method
Item to be removed.
Removes the specified item from the Thumbnail control.
Syntax
'Declaration
 
<DescriptionAttribute()>
Public Sub DeleteItem( _
   ByVal item As ImGearThumbnailItem _
) 
 
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim item As ImGearThumbnailItem
 
instance.DeleteItem(item)

Parameters

item
Item to be removed.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members
ImGearThumbnailItem Class