ImageGear .NET v24.12 - Updated
SelectPreviousItem Method




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : SelectPreviousItem Method
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

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members