Edit

Share via


Visio.Interfaces.ApplicationUpdateData interface

An interface for updating data on the Application object, for use in application.set({ ... }).

Properties

showBorders

Shows or hides the iframe application borders.

showToolbars

Shows or hides the standard toolbars.

Property Details

showBorders

Shows or hides the iframe application borders.

TypeScript
showBorders?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]

showToolbars

Shows or hides the standard toolbars.

TypeScript
showToolbars?: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]