_Application.IsSandboxed Property
Returns whether the specified presentation is open in a Protected View window. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property IsSandboxed As Boolean
Get
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.IsSandboxed
bool IsSandboxed { get; }
Property Value
Type: System.Boolean
true if the specified presentation is open in a Protected View window; otherwise, false.
Remarks
Use the IsSandboxed property to determine whether a presentation is open in a Protected View window.