DisplayEnhancementOverride.RequestOverride Method

Definition

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.

Applies to