The item index. Between 0 and ItemCount - 1.





In This Topic

RedrawItem Method (ThumbnailEx)

In This Topic
Redraws a specific item in the thumbnail list.
Syntax
'Declaration

 

Public Sub RedrawItem( _

   ByVal ItemIdx As Integer _

) 
public void RedrawItem( 

   int ItemIdx

)
public procedure RedrawItem( 

    ItemIdx: Integer

); 
public function RedrawItem( 

   ItemIdx : int

);
public: void RedrawItem( 

   int ItemIdx

) 
public:

void RedrawItem( 

   int ItemIdx

) 

Parameters

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