VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomMprControlJS type / set_ShowMainMenuHeaderInFullscreenMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_ShowMainMenuHeaderInFullscreenMode Method
In This Topic
Sets a value indicating whether main menu header is shown in full screen mode.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomMprControlJS(settings, dicomControl);

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_ShowMainMenuHeaderInFullscreenMode(value);

Parameters

value
A value indicating whether main menu header is shown in full screen mode. Default value is True.
Browser Compatibility
56+
45+
11
See Also