Click or drag to resize

TaskDialogButtonElevationRequired Property

Gets or sets a value that indicates whether the Task Dialog button or command link should have a User Account Control (UAC) shield icon (in other words, whether the action invoked by the button requires elevation).

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool ElevationRequired { get; set; }

Property Value

Type: Boolean
if the button contains a UAC shield icon; otherwise, .
Remarks
Elevation is not performed by the task dialog; the code implementing the operation that results from the button being clicked is responsible for performing elevation if required.
See Also