ImageGear .NET v24.12 - Updated
SelectNextItemCommand Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : SelectNextItemCommand Property
Gets a command for selecting the next item in the thumbnail list.
Syntax
'Declaration
 
Public ReadOnly Property SelectNextItemCommand As ICommand
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As ICommand
 
value = instance.SelectNextItemCommand
public ICommand SelectNextItemCommand {get;}
public: __property ICommand* get_SelectNextItemCommand();
public:
property ICommand^ SelectNextItemCommand {
   ICommand^ get();
}

Property Value

ICommand value.
Remarks
This command will have no effect if there is no currently selected item, if the currently selected item is the last item, or if the SelectionMode is None.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members