The item index. Between 0 and ItemCount - 1.





In This Topic

GetItemTag Method (ThumbnailEx)

In This Topic
Gets the tag object associated with a specific item in the thumbnail list.
Syntax
'Declaration
 
Public Function GetItemTag( _
   ByVal ItemIdx As Integer _
) As Object
public object GetItemTag( 
   int ItemIdx
)
public function GetItemTag( 
    ItemIdx: Integer
): TObject; 
public function GetItemTag( 
   ItemIdx : int
) : Object;
public: Object* GetItemTag( 
   int ItemIdx
) 
public:
Object^ GetItemTag( 
   int ItemIdx
) 

Parameters

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

Return Value

The item tag object.
See Also