VintaSoft Imaging .NET SDK 15.1: 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();

Return Value

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