get_IsKeyboardNavigationEnabled Method
Gets a value indicating whether the keyboard navigation is enabled.
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.