VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailViewer Class / SelectedIndices Property
Syntax Requirements SeeAlso
In This Topic
    SelectedIndices Property (ThumbnailViewer)
    In This Topic
    Gets the collection of indices of the selected thumbnails.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    <ReadOnlyAttribute(True)>
    Public ReadOnly Property SelectedIndices As SelectedThumbnailImageIndexCollection
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public SelectedThumbnailImageIndexCollection SelectedIndices { get; }
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public: __property SelectedThumbnailImageIndexCollection* get_SelectedIndices();
    
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public:
    property SelectedThumbnailImageIndexCollection^ SelectedIndices { SelectedThumbnailImageIndexCollection^ get(); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also