VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / set_IsKeyboardNavigationEnabled Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_IsKeyboardNavigationEnabled Method
    In This Topic
    Sets a value indicating whether the keyboard navigation is enabled.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_IsKeyboardNavigationEnabled(value);
    
    
    function set_IsKeyboardNavigationEnabled(
    value
    True - keyboard navigation is enabled; false - keyboard navigation is disabled.
    Default value is true.
    : boolean
    ) : any;

    Parameters

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