ProjectionManager.ProjectionDisplayAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.