PowerManager.DisplayStatus 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 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.