The item index. Between 0 and ItemCount - 1.





In This Topic
GdPicture14.WPF Namespace / ThumbnailEx Class / SelectItem(Int32) Method

SelectItem(Int32) Method

In This Topic
Selects and set the focus to a specific item in the thumbnail list.
Syntax
'Declaration

 

Public Sub SelectItem( _

   ByVal ItemIdx As Integer _

) 
public void SelectItem( 

   int ItemIdx

)
public procedure SelectItem( 

    ItemIdx: Integer

); 
public function SelectItem( 

   ItemIdx : int

);
public: void SelectItem( 

   int ItemIdx

) 
public:

void SelectItem( 

   int ItemIdx

) 

Parameters

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