set_ShowMainMenuInFullscreenMode Method
In This Topic
Sets a value indicating whether main menu is shown in full screen mode.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_ShowMainMenuInFullscreenMode(value);
function set_ShowMainMenuInFullscreenMode(
: number
) : any;
Parameters
- value
- A value indicating whether main menu is shown in full screen mode.
Browser Compatibility
See Also