_Application.IsSandboxed Property

Definition

Gets whether the application window is a protected view window.

public:
 property bool IsSandboxed { bool get(); };
public bool IsSandboxed { get; }
member this.IsSandboxed : bool
Public ReadOnly Property IsSandboxed As Boolean

Property Value

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.

Applies to