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




In This Topic
    SelectFirstItemCommand Property
    In This Topic
    Gets a command for selecting the first item in the thumbnail list.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectFirstItemCommand As ICommand
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim value As ICommand
     
    value = instance.SelectFirstItemCommand
    public ICommand SelectFirstItemCommand {get;}
    public: __property ICommand* get_SelectFirstItemCommand();
    public:
    property ICommand^ SelectFirstItemCommand {
       ICommand^ get();
    }

    Property Value

    ICommand value.
    See Also