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




In This Topic
    SelectPreviousItem Method
    In This Topic
    Selects the previous item in the thumbnail list.
    Syntax
    'Declaration
     
    Public Sub SelectPreviousItem() 
    'Usage
     
    Dim instance As ImGearThumbnailList
     
    instance.SelectPreviousItem()
    public void SelectPreviousItem()
    public: void SelectPreviousItem(); 
    public:
    void SelectPreviousItem(); 
    Remarks
    This method will have no effect if there is no currently selected item or if the currently selected item is the first item.
    See Also