VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / get_IsKeyboardNavigationEnabled Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsKeyboardNavigationEnabled Method
    In This Topic
    Gets a value indicating whether the keyboard navigation is enabled.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);
    
    var value; // Type: boolean
    value = instance.get_IsKeyboardNavigationEnabled();
    
    
    function get_IsKeyboardNavigationEnabled() : boolean;
    

    Return Value

    True - keyboard navigation is enabled; false - keyboard navigation is disabled.
    Default value is true.
    Browser Compatibility
    56+
    45+
    11
    See Also