VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.ViewerCommands Namespace / WpfThumbnailViewerSimpleNavigationCommand Class / GetFocusedThumbnailIndex() Method
Syntax Requirements SeeAlso
In This Topic
    GetFocusedThumbnailIndex() Method (WpfThumbnailViewerSimpleNavigationCommand)
    In This Topic
    Returns an index of focused thumbnail after execution of Execute(Object) method.
    Syntax
    'Declaration
    
    Public Overrides Function GetFocusedThumbnailIndex() As System.Int32
    
    
    public override System.Int32 GetFocusedThumbnailIndex()
    
    
    public: System.Int32 GetFocusedThumbnailIndex(); override
    
    
    public:
    System.Int32 GetFocusedThumbnailIndex(); override

    Return Value

    An index of focused thumbnail after execution of Execute(Object) method.
    Requirements

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

    See Also