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 _
) 
public void RemoveItem( 
   int ItemIdx
)
public procedure RemoveItem( 
    ItemIdx: Integer
); 
public function RemoveItem( 
   ItemIdx : int
);
public: void RemoveItem( 
   int ItemIdx
) 
public:
void RemoveItem( 
   int ItemIdx
) 

Parameters

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