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