VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Wpf.UI Namespace / WpfDicomSeriesManagerControl Class / IsKeyboardNavigationEnabled Property
Syntax Remarks Requirements SeeAlso
In This Topic
    IsKeyboardNavigationEnabled Property (WpfDicomSeriesManagerControl)
    In This Topic
    Gets or sets a value indicating whether the keyboard navigation is enabled.
    Syntax
    'Declaration
    
    Public Property IsKeyboardNavigationEnabled As Boolean
    
    
    public bool IsKeyboardNavigationEnabled { get; set; }
    
    
    public: __property bool get_IsKeyboardNavigationEnabled();
    public: __property void set_IsKeyboardNavigationEnabled(
    bool value
    );
    public:
    property bool IsKeyboardNavigationEnabled { bool get(); void set(bool value); }

    Property Value

    True - keyboard navigation is enabled; false - keyboard navigation is disabled.
    Default value is true.
    Remarks

    When keyboard navigation is enabled, the following keyboard shortcuts are available:

    • Left - go to the previous image in focused series
    • Right - go to the next image in focused series
    • Up - go to the previous series
    • Down - go to the next series

    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