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(
: boolean
) : any;
Parameters
- value
- True - keyboard navigation is enabled; false - keyboard navigation is disabled.
Default value is true.
Browser Compatibility
See Also