Click or drag to resize

TaskDialogIsVerificationChecked Property

Gets or sets a value that indicates whether the verification checkbox is checked ot not.

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

Property Value

Type: Boolean
if the verficiation checkbox is checked; otherwise, .
Remarks

Set this property before displaying the dialog to determine the initial state of the check box. Use this property after displaying the dialog to determine whether the check box was checked when the user closed the dialog.

Note Note
This property is only used if VerificationText is not an empty string ("").
See Also