ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / SelectPreviousItemCommand Property




In This Topic
    SelectPreviousItemCommand Property
    In This Topic
    Gets a command for selecting the previous item in the thumbnail list.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectPreviousItemCommand As ICommand
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As ICommand
     
    value = instance.SelectPreviousItemCommand
    public ICommand SelectPreviousItemCommand {get;}
    public: __property ICommand* get_SelectPreviousItemCommand();
    public:
    property ICommand^ SelectPreviousItemCommand {
       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 first item, or if the SelectionMode is None.
    See Also