DisplayEnhancementOverride.IsOverrideActive 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 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.