Click or drag to resize

TaskDialogItemEnabled Property

Gets or sets a value that indicates whether the item is enabled.

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 Enabled { get; set; }

Property Value

Type: Boolean
if this item is enabled; otherwise, .
Remarks
If a button or radio button is not enabled, it will be grayed out and cannot be selected or clicked.
See Also