The item index. Between 0 and ItemCount - 1.





In This Topic

GetItemText Method (ThumbnailEx)

In This Topic
Gets the text of a specific item in the thumbnail list.
Syntax
'Declaration

 

Public Function GetItemText( _

   ByVal ItemIdx As Integer _

) As String
public string GetItemText( 

   int ItemIdx

)
public function GetItemText( 

    ItemIdx: Integer

): String; 
public function GetItemText( 

   ItemIdx : int

) : String;
public: string* GetItemText( 

   int ItemIdx

) 
public:

String^ GetItemText( 

   int ItemIdx

) 

Parameters

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

Return Value

The item text.
See Also