_Global.IsSandboxed Property

Gets whether the specified presentation is open in a Protected View window.

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 _Global
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.

See Also

Reference

_Global Interface

_Global Members

Microsoft.Office.Interop.PowerPoint Namespace