PowerManager.DisplayStatus Property

Definition

Gets the current status of the display that is associated with the app's session.

public:
 static property DisplayStatus DisplayStatus { DisplayStatus get(); };
static DisplayStatus DisplayStatus();
public static DisplayStatus DisplayStatus { get; }
var displayStatus = PowerManager.displayStatus;
Public Shared ReadOnly Property DisplayStatus As DisplayStatus

Property Value

The current status of the display that is associated with the app's session.

Remarks

This property corresponds to the GUID_SESSION_DISPLAY_STATUS power setting GUID.

Applies to

See also