GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx Class / RemoveItem Method
The item index. Between 0 and ItemCount - 1.





In This Topic
RemoveItem Method (ThumbnailEx)
In This Topic
Removes a specific item in the thumbnail list.
Syntax
'Declaration
 
Public Sub RemoveItem( _
   ByVal ItemIdx As Integer _
) 
 

Parameters

ItemIdx
The item index. Between 0 and ItemCount - 1.
See Also