Click or drag to resize
UpdateDisplayElevationType Property
Gets or sets a value that specifies the level of elevation used to apply updates. See UpdateElevationType for more information.

Namespace: Kjs.AppLife.Update.Wpf
Assembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntax
public UpdateElevationType ElevationType { get; set; }

Property Value

Type: UpdateElevationType
One of the UpdateElevationType values.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe property is set and IsBusy is .
Remarks
This setting can be overridden by updates. Check the OverrideElevationType setting to see if a particular update will override this setting when it is applied.
See Also