BrightnessOverride.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.
BOOLEAN value that indicates whether the brightness override is active. If TRUE, the current brightness level matches the override brightness level. This property value will always be FALSE if StartOverride() isn’t called.
public:
property bool IsOverrideActive { bool get(); };
bool IsOverrideActive();
public bool IsOverrideActive { get; }
var boolean = brightnessOverride.isOverrideActive;
Public ReadOnly Property IsOverrideActive As Boolean
Property Value
Boolean
bool