DisplayEnhancementOverride.IsOverrideActive Property

Definition

Gets a value that describes whether the display enhancement overrides are active.

public:
 property bool IsOverrideActive { bool get(); };
bool IsOverrideActive();
public bool IsOverrideActive { get; }
var boolean = displayEnhancementOverride.isOverrideActive;
Public ReadOnly Property IsOverrideActive As Boolean

Property Value

Boolean

bool

True if the display enhancement override object is currently overriding the system's brightness and/or color settings. Otherwise, false.

Applies to