DisplayState.IsStale 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 a value indicating whether the system display state has changed since this DisplayState was created.
public:
property bool IsStale { bool get(); };
bool IsStale();
public bool IsStale { get; }
var boolean = displayState.isStale;
Public ReadOnly Property IsStale As Boolean
Property Value
Boolean
bool
true
if the system display state has changed since this DisplayState was created, otherwise false
.
Remarks
A value of true
means that the other properties of this object can no longer be relied upon to reflect actual hardware state.