DisplayEnhancementOverride.RequestOverride Method
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.
Requests that the current display be overridden with the current display override settings.
public:
virtual void RequestOverride() = RequestOverride;
void RequestOverride();
public void RequestOverride();
function requestOverride()
Public Sub RequestOverride ()
Remarks
RequestOverride notifies the system that the current DisplayEnhancementOverride object wants to apply its brightness and color settings to the system. It is up to the system to decide if these settings will be applied. Applying settings is atomic: either all settings are applied, or none at all.