ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / SelectNextItem Method




In This Topic
    SelectNextItem Method
    In This Topic
    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