Click or drag to resize

TaskDialogRadioButtonChecked Property

Gets or sets a value that indicates whether the radio button is checked.

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

Property Value

Type: Boolean
if the radio button is checked; otherwise, . The default value is .
Remarks
Setting this property while the dialog is being displayed has no effect. Instead, use the Click method to check a particular radio button.
See Also