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