ProjectionManager.ProjectionDisplayAvailable Property

Definition

Gets whether or not a projection display is available to use.

public:
 static property bool ProjectionDisplayAvailable { bool get(); };
static bool ProjectionDisplayAvailable();
public static bool ProjectionDisplayAvailable { get; }
var boolean = ProjectionManager.projectionDisplayAvailable;
Public Shared ReadOnly Property ProjectionDisplayAvailable As Boolean

Property Value

Boolean

bool

true if a projection display is available on the current computer; false if it is not.

Applies to