Share via


HostedWpfControl.IsGlobal Property

Definition

Gets or sets a Boolean value that specifies whether the hosted application is global.

public:
 property bool IsGlobal { bool get(); void set(bool value); };
public bool IsGlobal { get; set; }
member this.IsGlobal : bool with get, set
Public Property IsGlobal As Boolean

Property Value

True if the application is global, otherwise false.

Implements

Applies to