ImageGear .NET v24.12 - Updated
SelectNextItem Method




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : SelectNextItem Method
Selects the next item in the thumbnail list.
Syntax
'Declaration
 
Public Sub SelectNextItem() 
'Usage
 
Dim instance As ImGearThumbnailList
 
instance.SelectNextItem()
public void SelectNextItem()
public: void SelectNextItem(); 
public:
void SelectNextItem(); 
Remarks
This method will have no effect if there is no currently selected item or if the currently selected item is the last item.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members