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