DisplayState.IsStale Property

Definition

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.

Applies to