_Application.IsSandboxed Property

Gets whether the application window is a protected view window.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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 application window is a protected view window; otherwise, false.

Remarks

Read-only. Use this property to determine whether a document is open within a protected view window.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace